Skip to content

Commit

Permalink
add permissions to patch kuberoapp
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Jun 6, 2024
1 parent ff059b0 commit f02b459
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helm-charts/kuberopipeline/templates/phases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ rules:
- 'pods'
verbs:
- '*'
- apiGroups:
- 'application.kubero.dev'
resources:
- 'kuberoapps'
verbs:
- '*'
---
# kpack rolebinding
apiVersion: rbac.authorization.k8s.io/v1
Expand Down

0 comments on commit f02b459

Please sign in to comment.