diff --git a/deploy/helm/grafana-operator/templates/deployment.yaml b/deploy/helm/grafana-operator/templates/deployment.yaml index 2d5125984..5c8c49b16 100644 --- a/deploy/helm/grafana-operator/templates/deployment.yaml +++ b/deploy/helm/grafana-operator/templates/deployment.yaml @@ -18,7 +18,7 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} labels: - {{- include "grafana-operator.selectorLabels" . | nindent 8 }} + {{- include "grafana-operator.labels" . | nindent 8 }} app.kubernetes.io/component: operator spec: {{- with .Values.imagePullSecrets }}