Skip to content

Commit

Permalink
apply suggested fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NissesSenap committed Nov 14, 2023
1 parent 25ca1a9 commit a913b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/grafana-operator/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ metadata:
name: grafana-operator-permissions
namespace: {{ . }}
labels:
{{- include "grafana-operator.labels" . | nindent 4 }}
{{- with .Values.additionalLabels }}
{{- include "grafana-operator.labels" $ | nindent 4 }}
{{- with $.Values.additionalLabels }}
{{- toYaml . | nindent 4 }}
{{- end }}
subjects:
Expand Down

0 comments on commit a913b88

Please sign in to comment.