From 6e64ed031909d8c77dcfc0672a9d4d4e062e681f Mon Sep 17 00:00:00 2001 From: chgl Date: Thu, 29 Apr 2021 14:09:47 +0200 Subject: [PATCH] Update charts/argo-workflows/templates/server/server-deployment.yaml Signed-off-by: chgl Co-authored-by: Brandon Mayfield --- charts/argo-workflows/templates/server/server-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-workflows/templates/server/server-deployment.yaml b/charts/argo-workflows/templates/server/server-deployment.yaml index cd6d45c6..5cccb706 100644 --- a/charts/argo-workflows/templates/server/server-deployment.yaml +++ b/charts/argo-workflows/templates/server/server-deployment.yaml @@ -37,7 +37,7 @@ spec: {{- toYaml .Values.server.securityContext | nindent 12 }} args: - server - - --configmap={{ .Release.Name }}-{{ .Values.controller.name }}-configmap + - --configmap={{ template "argo-workflows.controller.fullname" . }}-configmap {{- with .Values.server.extraArgs }} {{- toYaml . | nindent 10 }} {{- end }}