Skip to content

Commit f62524c

Browse files
committed
Give deployment-status-service access to postgresql resources
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
1 parent f24d02e commit f62524c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cluster/manifests/deployment-service/status-service-rbac.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ rules:
3939
- eventtypesubscriptions
4040
- nakadisqlqueries
4141
verbs: ["get", "list", "watch"]
42+
- apiGroups:
43+
- acid.zalan.do
44+
resources:
45+
- postgresqls
46+
verbs: ["get", "list", "watch"]
4247
- apiGroups:
4348
- ""
4449
resources:

0 commit comments

Comments
 (0)