deploy: add commonLabels value

Signed-off-by: BOSSER, Bastien <bastien.bosser@atos.net>
This commit is contained in:
BOSSER, Bastien
2022-10-14 16:59:09 +02:00
committed by mergify[bot]
parent 6258c36b73
commit dea07aa184
37 changed files with 46 additions and 3 deletions

View File

@ -14,6 +14,7 @@ metadata:
component: {{ .Values.provisioner.name }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
{{- with .Values.commonLabels }}{{ toYaml . | trim | nindent 4 }}{{- end }}
spec:
{{- if .Values.provisioner.httpMetrics.service.clusterIP }}
clusterIP: "{{ .Values.provisioner.httpMetrics.service.clusterIP }}"