We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6919a8 commit 0859fe5Copy full SHA for 0859fe5
deploy/haproxy-ingress-daemonset.yaml
@@ -78,6 +78,15 @@ rules:
78
- get
79
- list
80
- watch
81
+- apiGroups:
82
+ - "apiextensions.k8s.io"
83
+ resources:
84
+ - customresourcedefinitions
85
+ verbs:
86
+ - get
87
+ - list
88
+ - watch
89
+ - update
90
---
91
kind: ClusterRoleBinding
92
apiVersion: rbac.authorization.k8s.io/v1
deploy/haproxy-ingress.yaml
0 commit comments