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