Merge pull request #11649 from tim-chaplin-dd/tim.chaplin/fix-selector-labels-2

Use common labels instead of selectorLabels for pod labels
pull/12328/head
Joe Julian 1 year ago committed by GitHub
commit edc93cb988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -310,7 +310,7 @@ spec:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}
labels: labels:
{{- include "<CHARTNAME>.selectorLabels" . | nindent 8 }} {{- include "<CHARTNAME>.labels" . | nindent 8 }}
{{- with .Values.podLabels }} {{- with .Values.podLabels }}
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}

Loading…
Cancel
Save