Skip to content

Commit 7e5a98a

Browse files
committed
[Server] Fix sa permissions of proxy on K8s
1 parent 23fa659 commit 7e5a98a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server/kubernetes/gams-miro-server/templates/rbac-proxy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ rules:
3131
- apiGroups: [ "" ]
3232
resources: [ "events" ]
3333
verbs: [ "get", "list", "watch", "create", "update", "patch", "delete" ]
34+
- apiGroups: [ "" ]
35+
resources: [ "services" ]
36+
verbs: [ "get", "list", "watch", "create", "update", "patch", "delete" ]
3437
---
3538
kind: RoleBinding
3639
apiVersion: rbac.authorization.k8s.io/v1

0 commit comments

Comments
 (0)