Skip to content

Commit d6ac5a2

Browse files
vcarluerjreynard-code
authored andcommitted
api compatible with multi tenant
1 parent 24cee71 commit d6ac5a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/kubernetes/helm-chart/templates/rbac.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
kind: ClusterRole
1+
kind: Role
22
apiVersion: rbac.authorization.k8s.io/v1
33
metadata:
44
name: {{ include "cosmotech-api.fullname" . }}-role
@@ -27,6 +27,6 @@ subjects:
2727
- kind: ServiceAccount
2828
name: {{ include "cosmotech-api.serviceAccountName" . }}
2929
roleRef:
30-
kind: ClusterRole
30+
kind: Role
3131
name: {{ include "cosmotech-api.fullname" . }}-role
3232
apiGroup: rbac.authorization.k8s.io

0 commit comments

Comments
 (0)