We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4da57 commit c57039bCopy full SHA for c57039b
charts/argo-cd/templates/_helpers.tpl
@@ -297,7 +297,7 @@ Helper template to set argocd server url in event reporter
297
*/}}
298
{{- define "argo-cd.acrControllerServiceAccountName" -}}
299
{{- if .Values.acrController.serviceAccount.create -}}
300
-{{ default (include "argo-cd.event-reporter.fullname" .) .Values.acrController.serviceAccount.name }}
+{{ default (include "argo-cd.acr-controller.fullname" .) .Values.acrController.serviceAccount.name }}
301
{{- else -}}
302
{{ default "default" .Values.acrController.serviceAccount.name }}
303
{{- end -}}
0 commit comments