fix: add podLabels

Signed-off-by: genofire <geno+dev@fireorbit.de>
This commit is contained in:
genofire
2023-02-01 14:10:10 +01:00
committed by GitHub
parent 76157c6d06
commit b441f5341d

View File

@@ -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: