fix: add podLabels

Signed-off-by: genofire <geno+dev@fireorbit.de>
pull/11780/head
genofire 2 years ago committed by GitHub
parent 76157c6d06
commit b441f5341d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -129,6 +129,7 @@ serviceAccount:
name: ""
podAnnotations: {}
podLabels: {}
podSecurityContext: {}
# fsGroup: 2000
@ -296,6 +297,9 @@ spec:
{{- end }}
labels:
{{- include "<CHARTNAME>.selectorLabels" . | nindent 8 }}
{{- with .Values.podLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:

Loading…
Cancel
Save