fix chompstyle
Signed-off-by: Wylie Hobbs <wylie@wyliehobbs.com>
This commit is contained in:
parent
cddd4941ce
commit
0dffd4f8e2
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ metadata:
|
||||||
name: argocd-image-updater-config
|
name: argocd-image-updater-config
|
||||||
data:
|
data:
|
||||||
registries.conf: |
|
registries.conf: |
|
||||||
{{ with .Values.config.registries }}
|
{{- with .Values.config.registries }}
|
||||||
registries:
|
registries:
|
||||||
{{- toYaml . | nindent 6 }}
|
{{- toYaml . | nindent 6 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue