We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbb08ca + e9b6ea2 commit f811556Copy full SHA for f811556
1 file changed
helmchart.yaml
@@ -19,7 +19,7 @@ spec:
19
pullPolicy: IfNotPresent
20
replicated:
21
image:
22
- registry: 'repl{{- if HasLocalRegistry }}{{ LocalRegistryHost }}{{- else }}proxy.replicated.com{{- end }}'
+ registry: 'repl{{ LocalRegistryHost | default "proxy.replicated.com" }}'
23
postgresql:
24
25
registry: 'repl{{ ReplicatedImageRegistry "index.docker.io" }}'
0 commit comments