Merge pull request #11780 from genofire/patch-1

fix(create): add podLabels to chart create
pull/11324/merge
Joe Julian 1 year ago committed by GitHub
commit a0a83637dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save