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 d008047 commit 04558d9Copy full SHA for 04558d9
1 file changed
deploy/helm/hive-operator/templates/roles.yaml
@@ -122,6 +122,17 @@ rules:
122
- bind
123
resourceNames:
124
- {{ include "operator.name" . }}-clusterrole
125
+ - apiGroups:
126
+ - listeners.stackable.tech
127
+ resources:
128
+ - listeners
129
+ verbs:
130
+ - get
131
+ - list
132
+ - watch
133
+ - patch
134
+ - create
135
+ - delete
136
---
137
apiVersion: rbac.authorization.k8s.io/v1
138
kind: ClusterRole
0 commit comments