fix: Add permissions to update/create project (#1431)

* fix: Add permissions to update/create project

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
pull/1434/head
Anatolii Bazko 2022-07-03 13:44:49 +03:00 committed by GitHub
parent b363587f45
commit 44124c21de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 16 additions and 2 deletions

View File

@ -76,7 +76,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/eclipse-che/che-operator repository: https://github.com/eclipse-che/che-operator
support: Eclipse Foundation support: Eclipse Foundation
name: eclipse-che-preview-openshift.v7.50.0-620.next name: eclipse-che-preview-openshift.v7.50.0-621.next
namespace: placeholder namespace: placeholder
spec: spec:
apiservicedefinitions: {} apiservicedefinitions: {}
@ -523,6 +523,8 @@ spec:
- get - get
- list - list
- watch - watch
- create
- update
- apiGroups: - apiGroups:
- "" - ""
resources: resources:
@ -1387,7 +1389,7 @@ spec:
maturity: stable maturity: stable
provider: provider:
name: Eclipse Foundation name: Eclipse Foundation
version: 7.50.0-620.next version: 7.50.0-621.next
webhookdefinitions: webhookdefinitions:
- admissionReviewVersions: - admissionReviewVersions:
- v1 - v1

View File

@ -138,6 +138,8 @@ rules:
- get - get
- list - list
- watch - watch
- create
- update
- apiGroups: - apiGroups:
- "" - ""
resources: resources:

View File

@ -3917,6 +3917,8 @@ rules:
- get - get
- list - list
- watch - watch
- create
- update
- apiGroups: - apiGroups:
- "" - ""
resources: resources:

View File

@ -137,6 +137,8 @@ rules:
- get - get
- list - list
- watch - watch
- create
- update
- apiGroups: - apiGroups:
- "" - ""
resources: resources:

View File

@ -3917,6 +3917,8 @@ rules:
- get - get
- list - list
- watch - watch
- create
- update
- apiGroups: - apiGroups:
- "" - ""
resources: resources:

View File

@ -137,6 +137,8 @@ rules:
- get - get
- list - list
- watch - watch
- create
- update
- apiGroups: - apiGroups:
- "" - ""
resources: resources:

View File

@ -137,6 +137,8 @@ rules:
- get - get
- list - list
- watch - watch
- create
- update
- apiGroups: - apiGroups:
- "" - ""
resources: resources: