From c57039b642e9c10646e20710bf537e18630840b9 Mon Sep 17 00:00:00 2001 From: pashakostohrys Date: Thu, 26 Sep 2024 14:50:47 +0300 Subject: [PATCH] feat: support acr controller in our chart --- charts/argo-cd/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/templates/_helpers.tpl b/charts/argo-cd/templates/_helpers.tpl index b4701d43..8e2fecb9 100644 --- a/charts/argo-cd/templates/_helpers.tpl +++ b/charts/argo-cd/templates/_helpers.tpl @@ -297,7 +297,7 @@ Helper template to set argocd server url in event reporter */}} {{- define "argo-cd.acrControllerServiceAccountName" -}} {{- if .Values.acrController.serviceAccount.create -}} -{{ default (include "argo-cd.event-reporter.fullname" .) .Values.acrController.serviceAccount.name }} +{{ default (include "argo-cd.acr-controller.fullname" .) .Values.acrController.serviceAccount.name }} {{- else -}} {{ default "default" .Values.acrController.serviceAccount.name }} {{- end -}}