Skip to content

Commit

Permalink
chore(KFLUXVNGD-93): Grant appstudio-pipelines-runner permissions to …
Browse files Browse the repository at this point in the history
…manage namespaces (#5232)

Grant the appstudio-pipelines-runner serviceaccount permission to manage
namespaces.eaas.konflux-ci.dev resources.

Jira-Url: https://issues.redhat.com/browse/KFLUXVNGD-93

Signed-off-by: Homaja Marisetty <hmariset@redhat.com>
  • Loading branch information
hmariset authored Jan 7, 2025
1 parent 4e37184 commit e618808
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ rules:
- toolchain.dev.openshift.com
resources:
- spacerequests
- verbs:
- get
- create
- delete
- list
- watch
apiGroups:
- eaas.konflux-ci.dev
resources:
- namespaces
- verbs:
- get
- list
Expand Down

0 comments on commit e618808

Please sign in to comment.