Skip to content

Commit

Permalink
Regenerate bundle and templates for consistency
Browse files Browse the repository at this point in the history
Technically, this does not change the set of RBAC for the controller,
since the workspace SA RBAC is a subset of the controller RBAC
(specific secret vs all secrets).

Signed-off-by: Angel Misevski <amisevsk@redhat.com>
  • Loading branch information
amisevsk committed Aug 12, 2021
1 parent f1c23dc commit 056baaa
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions deploy/deployment/kubernetes/combined.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions deploy/deployment/openshift/combined.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions deploy/templates/components/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ rules:
- pods/exec
verbs:
- create
- apiGroups:
- ""
resourceNames:
- workspace-credentials-secret
resources:
- secrets
verbs:
- create
- delete
- get
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 056baaa

Please sign in to comment.