Skip to content

Commit c245b16

Browse files
committed
fix: not needed cluster wide permission
1 parent e52b337 commit c245b16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/ext-postgres-operator/templates/clusterrole.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ rules:
1111
- secrets
1212
verbs:
1313
- "*"
14-
resourceNames:
15-
- ext-postgres-operator
1614
- apiGroups:
1715
- apps
16+
resourceNames:
17+
- ext-postgres-operator
1818
resources:
1919
- deployments/finalizers
2020
verbs:

0 commit comments

Comments
 (0)