Skip to content

Commit

Permalink
Delete console.openshift.io group
Browse files Browse the repository at this point in the history
Signed-off-by: oviner <[email protected]>
  • Loading branch information
OdedViner committed Aug 29, 2024
1 parent fe56f43 commit 2fe5161
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 19 deletions.
6 changes: 0 additions & 6 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,6 @@ rules:
- get
- list
- watch
- apiGroups:
- console.openshift.io
resources:
- consolequickstarts
verbs:
- '*'
- apiGroups:
- coordination.k8s.io
resources:
Expand Down
1 change: 0 additions & 1 deletion controllers/storagecluster/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ var validTopologyLabelKeys = []string{
// +kubebuilder:rbac:groups=template.openshift.io,resources=templates,verbs=*
// +kubebuilder:rbac:groups=config.openshift.io,resources=infrastructures;networks,verbs=get;list;watch
// +kubebuilder:rbac:groups=config.openshift.io,resources=clusterversions;networks,verbs=get;list;watch
// +kubebuilder:rbac:groups=console.openshift.io,resources=consolequickstarts,verbs=*
// +kubebuilder:rbac:groups=apiextensions.k8s.io,resources=customresourcedefinitions,verbs=get;list;watch;create;update
// +kubebuilder:rbac:groups=route.openshift.io,resources=routes,verbs=*
// +kubebuilder:rbac:groups=coordination.k8s.io,resources=leases,verbs=get;list;create;update
Expand Down
6 changes: 0 additions & 6 deletions deploy/csv-templates/ocs-operator.csv.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -279,12 +279,6 @@ spec:
- get
- list
- watch
- apiGroups:
- console.openshift.io
resources:
- consolequickstarts
verbs:
- '*'
- apiGroups:
- coordination.k8s.io
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,12 +288,6 @@ spec:
- get
- list
- watch
- apiGroups:
- console.openshift.io
resources:
- consolequickstarts
verbs:
- '*'
- apiGroups:
- coordination.k8s.io
resources:
Expand Down

0 comments on commit 2fe5161

Please sign in to comment.