Use labels instead of selectorLabels for metadata.labels

Signed-off-by: Tim Chaplin <tim.chaplin@datadoghq.com>
pull/11648/head
Tim Chaplin 3 years ago
parent 3636f68247
commit 5dded75884
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