Skip to content

Commit

Permalink
fix(cloudnative-pg): add ImageCatalogs to view and edit ClusterRoles
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Grigoryev <[email protected]>
  • Loading branch information
icekom authored Dec 16, 2024
1 parent 8f5349c commit aff1b8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/cloudnative-pg/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ rules:
- clusters
- poolers
- scheduledbackups
- imagecatalogs
- clusterimagecatalogs
verbs:
- get
- list
Expand All @@ -150,6 +152,8 @@ rules:
- clusters
- poolers
- scheduledbackups
- imagecatalogs
- clusterimagecatalogs
verbs:
- create
- delete
Expand Down

0 comments on commit aff1b8f

Please sign in to comment.