We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1acae commit ec2eba0Copy full SHA for ec2eba0
docs/vendor/helm-native-v2-using.md
@@ -171,9 +171,9 @@ metadata:
171
name: samplechart
172
spec:
173
values:
174
- image:
175
- # Use proxy.replicated.com or your custom domain for the proxy registry
+ image:
176
registry: '{{repl HasLocalRegistry | ternary LocalRegistryHost "proxy.replicated.com" }}'
+ # Note: Use proxy.replicated.com or your custom domain
177
repository: '{{repl HasLocalRegistry | ternary LocalRegistryNamespace "proxy/my-app/ecr.us-east-1.amazonaws.com/my-org" }}/api'
178
pullSecrets:
179
- name: '{{repl ImagePullSecretName }}'
0 commit comments