Update charts/argo-workflows/templates/controller/workflow-controller-service.yaml

Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
Signed-off-by: chgl <chgl@users.noreply.github.com>
This commit is contained in:
chgl 2021-04-28 21:01:52 +02:00
parent 1050f032ac
commit 09c0cea427

View file

@ -9,9 +9,10 @@ metadata:
{{- if .Values.controller.serviceLabels }} {{- if .Values.controller.serviceLabels }}
{{ toYaml .Values.controller.serviceLabels | nindent 4}} {{ toYaml .Values.controller.serviceLabels | nindent 4}}
{{- end }} {{- end }}
{{- if .Values.controller.serviceAnnotations }} {{- with .Values.controller.serviceAnnotations }}
annotations: annotations:
{{ toYaml .Values.controller.serviceAnnotations | indent 4}}{{- end }} {{- toYaml . | nindent 4}}
{{- end }}
spec: spec:
ports: ports:
{{- if .Values.controller.metricsConfig.enabled }} {{- if .Values.controller.metricsConfig.enabled }}