Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
88 changes: 77 additions & 11 deletions bundle/manifests/sailoperator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -475,9 +475,26 @@ spec:
- apiGroups:
- ""
resources:
- '*'
- configmaps
- endpoints
- events
- namespaces
- nodes
- persistentvolumeclaims
- pods
- replicationcontrollers
- resourcequotas
- secrets
- serviceaccounts
- services
verbs:
- '*'
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- admissionregistration.k8s.io
resources:
Expand All @@ -486,7 +503,13 @@ spec:
- validatingadmissionpolicybindings
- validatingwebhookconfigurations
verbs:
- '*'
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- apiextensions.k8s.io
resources:
Expand All @@ -501,13 +524,25 @@ spec:
- daemonsets
- deployments
verbs:
- '*'
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- autoscaling
resources:
- horizontalpodautoscalers
verbs:
- '*'
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- discovery.k8s.io
resources:
Expand All @@ -525,19 +560,37 @@ spec:
resources:
- network-attachment-definitions
verbs:
- '*'
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- networking.istio.io
resources:
- envoyfilters
verbs:
- '*'
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- networking.k8s.io
resources:
- networkpolicies
verbs:
- '*'
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- sailoperator.io
resources:
Expand Down Expand Up @@ -673,17 +726,30 @@ spec:
resources:
- poddisruptionbudgets
verbs:
- '*'
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- rbac.authorization.k8s.io
resources:
- clusterrolebindings
- clusterroles
- rolebindings
- roles
- serviceaccount
verbs:
- '*'
- create
- delete
- get
- list
- patch
- update
- watch
- bind
- escalate
- apiGroups:
- security.openshift.io
resourceNames:
Expand Down
140 changes: 103 additions & 37 deletions chart/templates/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,26 @@ rules:
- apiGroups:
- ""
resources:
- '*'
- configmaps
- endpoints
- events
- namespaces
- nodes
- persistentvolumeclaims
- pods
- replicationcontrollers
- resourcequotas
- secrets
- serviceaccounts
- services
verbs:
- '*'
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- admissionregistration.k8s.io
resources:
Expand All @@ -18,7 +35,13 @@ rules:
- validatingadmissionpolicybindings
- validatingwebhookconfigurations
verbs:
- '*'
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- apiextensions.k8s.io
resources:
Expand All @@ -33,43 +56,73 @@ rules:
- daemonsets
- deployments
verbs:
- '*'
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- autoscaling
resources:
- horizontalpodautoscalers
verbs:
- '*'
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- discovery.k8s.io
- discovery.k8s.io
resources:
- endpointslices
- endpointslices
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- k8s.cni.cncf.io
resources:
- network-attachment-definitions
verbs:
- '*'
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- networking.istio.io
resources:
- envoyfilters
verbs:
- '*'
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- networking.k8s.io
resources:
- networkpolicies
verbs:
- '*'
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- sailoperator.io
resources:
Expand Down Expand Up @@ -205,17 +258,30 @@ rules:
resources:
- poddisruptionbudgets
verbs:
- '*'
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- rbac.authorization.k8s.io
resources:
- clusterrolebindings
- clusterroles
- rolebindings
- roles
- serviceaccount
Comment thread
chinaran marked this conversation as resolved.
verbs:
- '*'
- create
- delete
- get
- list
- patch
- update
- watch
- bind
- escalate
- apiGroups:
- security.openshift.io
resourceNames:
Expand All @@ -225,28 +291,28 @@ rules:
verbs:
- use
- apiGroups:
- sailoperator.io
- sailoperator.io
resources:
- ztunnels
- ztunnels
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- sailoperator.io
- sailoperator.io
resources:
- ztunnels/finalizers
- ztunnels/finalizers
verbs:
- update
- update
- apiGroups:
- sailoperator.io
- sailoperator.io
resources:
- ztunnels/status
- ztunnels/status
verbs:
- get
- patch
- update
- get
- patch
- update
Loading