Skip to content

Commit 5fe4f8f

Browse files
author
Marcin Kozikowski
committed
Add labels to clusterrole template
Signed-off-by: Marcin Kozikowski <[email protected]>
1 parent a6b77f3 commit 5fe4f8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/logging-operator/templates/clusterrole.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ metadata:
88
{{- if .Values.rbac.retainOnDelete }}
99
"helm.sh/resource-policy": keep
1010
{{- end }}
11+
labels:
12+
{{ include "logging-operator.labels" . | indent 4 }}
1113
rules:
1214
- apiGroups:
1315
- ""

0 commit comments

Comments
 (0)