Skip to content

Commit

Permalink
rpaas-operator: add support to read resources required to new CRD of …
Browse files Browse the repository at this point in the history
…validation
  • Loading branch information
wpjunior committed Apr 9, 2024
1 parent 5c08e65 commit 2630477
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/rpaas-operator/templates/clusterrole_manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ rules:
- configmaps
- secrets
- services
- pods
verbs:
- create
- delete
Expand Down Expand Up @@ -84,6 +85,7 @@ rules:
- extensions.tsuru.io
resources:
- rpaasinstances
- rpaasvalidations
verbs:
- get
- list
Expand Down

0 comments on commit 2630477

Please sign in to comment.