Skip to content

Commit a435ed9

Browse files
committed
BUG: kubernetes-ingress: Add missing RBAC rules for customresourcedefinitions (#196)
Signed-off-by: Dinko Korunic <[email protected]>
1 parent 9e6ccd6 commit a435ed9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

kubernetes-ingress/templates/clusterrole.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,15 @@ rules:
8787
- list
8888
- watch
8989
- update
90+
- apiGroups:
91+
- "apiextensions.k8s.io"
92+
resources:
93+
- customresourcedefinitions
94+
verbs:
95+
- get
96+
- list
97+
- watch
98+
- update
9099
{{- if .Values.controller.kubernetesGateway.enabled }}
91100
- apiGroups:
92101
- "gateway.networking.k8s.io"

0 commit comments

Comments
 (0)