diff options
Diffstat (limited to 'cmd/k8s-operator/deploy/manifests')
| -rw-r--r-- | cmd/k8s-operator/deploy/manifests/operator.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cmd/k8s-operator/deploy/manifests/operator.yaml b/cmd/k8s-operator/deploy/manifests/operator.yaml index 1d910cf92..68489a2fb 100644 --- a/cmd/k8s-operator/deploy/manifests/operator.yaml +++ b/cmd/k8s-operator/deploy/manifests/operator.yaml @@ -2893,6 +2893,7 @@ spec: enum: - egress - ingress + - kube-apiserver type: string x-kubernetes-validations: - message: ProxyGroup type is immutable @@ -4880,6 +4881,19 @@ rules: - get - list - watch + - apiGroups: + - rbac.authorization.k8s.io + resources: + - clusterroles + - clusterrolebindings + verbs: + - get + - create + - patch + - update + - list + - watch + - deletecollection --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding |
