Skip to content

Commit

Permalink
Merge pull request #1649 from pharaujo/fix/pod_labels
Browse files Browse the repository at this point in the history
fix(helm): allow setting pod labels
  • Loading branch information
NissesSenap authored Aug 27, 2024
2 parents c3a0c18 + e4e18b9 commit fa909e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/helm/grafana-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit fa909e1

Please sign in to comment.