Use labels instead of selectorLabels for pod labels

Signed-off-by: Tim Chaplin <tim.chaplin@datadoghq.com>
pull/11649/head
Tim Chaplin 3 years ago
parent 1db97a5869
commit 479be0c36b
No known key found for this signature in database
GPG Key ID: 407C82BCE643C32C

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

Loading…
Cancel
Save