Use labels instead of selectorLabels for metadata.labels

pull/11648/head^2
Tim Chaplin 3 years ago
parent 3636f68247
commit 36e38790cd
No known key found for this signature in database
GPG Key ID: 407C82BCE643C32C

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

Loading…
Cancel
Save