Skip to content

Commit ec2eba0

Browse files
committed
edits
1 parent 4c1acae commit ec2eba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/vendor/helm-native-v2-using.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ metadata:
171171
name: samplechart
172172
spec:
173173
values:
174-
image:
175-
# Use proxy.replicated.com or your custom domain for the proxy registry
174+
image:
176175
registry: '{{repl HasLocalRegistry | ternary LocalRegistryHost "proxy.replicated.com" }}'
176+
# Note: Use proxy.replicated.com or your custom domain
177177
repository: '{{repl HasLocalRegistry | ternary LocalRegistryNamespace "proxy/my-app/ecr.us-east-1.amazonaws.com/my-org" }}/api'
178178
pullSecrets:
179179
- name: '{{repl ImagePullSecretName }}'

0 commit comments

Comments
 (0)