diff --git a/charts/argocd-applicationset/templates/deployment.yaml b/charts/argocd-applicationset/templates/deployment.yaml index 79cf2577..c0527562 100644 --- a/charts/argocd-applicationset/templates/deployment.yaml +++ b/charts/argocd-applicationset/templates/deployment.yaml @@ -45,7 +45,7 @@ spec: - --debug={{ .Values.args.debug }} - --dry-run={{ .Values.args.dryRun }} {{- with .Values.extraArgs }} - {{- . | toYaml | nindent 12 }} + {{- toYaml . | nindent 12 }} {{- end }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }}