Skip to content

Commit b634a3f

Browse files
dkorunicoktalz
authored andcommitted
BUG/MINOR: rbac: Add missing RBAC for customresourcedefinitions
1 parent 0197981 commit b634a3f

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

deploy/haproxy-ingress-daemonset.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,15 @@ rules:
7878
- get
7979
- list
8080
- watch
81+
- apiGroups:
82+
- "apiextensions.k8s.io"
83+
resources:
84+
- customresourcedefinitions
85+
verbs:
86+
- get
87+
- list
88+
- watch
89+
- update
8190
---
8291
kind: ClusterRoleBinding
8392
apiVersion: rbac.authorization.k8s.io/v1

deploy/haproxy-ingress.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,15 @@ rules:
7878
- get
7979
- list
8080
- watch
81+
- apiGroups:
82+
- "apiextensions.k8s.io"
83+
resources:
84+
- customresourcedefinitions
85+
verbs:
86+
- get
87+
- list
88+
- watch
89+
- update
8190
---
8291
kind: ClusterRoleBinding
8392
apiVersion: rbac.authorization.k8s.io/v1

0 commit comments

Comments
 (0)