fix chompstyle

Signed-off-by: Wylie Hobbs <wylie@wyliehobbs.com>
This commit is contained in:
Wylie Hobbs 2021-08-12 17:27:11 -06:00
parent cddd4941ce
commit 0dffd4f8e2

View file

@ -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 }}