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 }}
{{- end }}
labels:
{{- include "<CHARTNAME>.selectorLabels" . | nindent 8 }}
{{- include "<CHARTNAME>.labels" . | nindent 8 }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:

Loading…
Cancel
Save