8 lines
146 B
Go Template
8 lines
146 B
Go Template
{{- if not (env "HELMFILE_BOOTSTRAP") }}
|
|
global:
|
|
image:
|
|
registry: {{ .Values.registry }}
|
|
imagePullSecrets:
|
|
- name: regcred
|
|
{{- end }}
|