Skip to content

Commit

Permalink
chore: update resources (#1223)
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
  • Loading branch information
tolusha authored Dec 6, 2021
1 parent f45a6e0 commit 0da8a10
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/eclipse-che/che-operator
support: Eclipse Foundation
name: eclipse-che-preview-openshift.v7.40.0-381.next-all-namespaces
name: eclipse-che-preview-openshift.v7.40.0-382.next-all-namespaces
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -947,6 +947,13 @@ spec:
- get
- list
- watch
- apiGroups:
- authorization.k8s.io
resources:
- localsubjectaccessreviews
- subjectaccessreviews
verbs:
- create
- apiGroups:
- batch
resources:
Expand Down Expand Up @@ -1443,4 +1450,4 @@ spec:
maturity: stable
provider:
name: Eclipse Foundation
version: 7.40.0-381.next-all-namespaces
version: 7.40.0-382.next-all-namespaces
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/eclipse-che/che-operator
support: Eclipse Foundation
name: eclipse-che-preview-kubernetes.v7.40.0-381.next
name: eclipse-che-preview-kubernetes.v7.40.0-382.next
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -934,6 +934,13 @@ spec:
- get
- list
- watch
- apiGroups:
- authorization.k8s.io
resources:
- localsubjectaccessreviews
- subjectaccessreviews
verbs:
- create
- apiGroups:
- batch
resources:
Expand Down Expand Up @@ -1410,4 +1417,4 @@ spec:
maturity: stable
provider:
name: Eclipse Foundation
version: 7.40.0-381.next
version: 7.40.0-382.next
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/eclipse-che/che-operator
support: Eclipse Foundation
name: eclipse-che-preview-openshift.v7.40.0-381.next
name: eclipse-che-preview-openshift.v7.40.0-382.next
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -947,6 +947,13 @@ spec:
- get
- list
- watch
- apiGroups:
- authorization.k8s.io
resources:
- localsubjectaccessreviews
- subjectaccessreviews
verbs:
- create
- apiGroups:
- batch
resources:
Expand Down Expand Up @@ -1443,4 +1450,4 @@ spec:
maturity: stable
provider:
name: Eclipse Foundation
version: 7.40.0-381.next
version: 7.40.0-382.next
7 changes: 7 additions & 0 deletions config/rbac/cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,13 @@ rules:
- get
- list
- watch
- apiGroups:
- authorization.k8s.io
resources:
- localsubjectaccessreviews
- subjectaccessreviews
verbs:
- create
- apiGroups:
- batch
resources:
Expand Down
7 changes: 7 additions & 0 deletions helmcharts/next/templates/cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,13 @@ rules:
- get
- list
- watch
- apiGroups:
- authorization.k8s.io
resources:
- localsubjectaccessreviews
- subjectaccessreviews
verbs:
- create
- apiGroups:
- batch
resources:
Expand Down

0 comments on commit 0da8a10

Please sign in to comment.