Skip to content

Commit b92514c

Browse files
committed
Add flowcontrol permissions for webhook.
Haven't had the time to figure out why it needs this, but the logs complain a lot about this.
1 parent b833a21 commit b92514c

File tree

1 file changed

+9
-0
lines changed
  • deploy/cert-manager-webhook-namecheap/templates

1 file changed

+9
-0
lines changed

deploy/cert-manager-webhook-namecheap/templates/rbac.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,15 @@ rules:
9999
- get
100100
- list
101101
- watch
102+
# Throws a lot of errors without this
103+
- apiGroups:
104+
- flowcontrol.apiserver.k8s.io
105+
resources:
106+
- flowschemas
107+
- prioritylevelconfigurations
108+
verbs:
109+
- list
110+
- watch
102111
---
103112
apiVersion: rbac.authorization.k8s.io/v1
104113
kind: ClusterRoleBinding

0 commit comments

Comments
 (0)