Skip to content

Commit

Permalink
Allow sessionspaces to patch namesapces
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Jul 5, 2024
1 parent b897ac9 commit 9072114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/sessionspaces/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
rules:
- apiGroups: [""]
resources: ["namespaces"]
verbs: ["create", "delete", "get", "list"]
verbs: ["create", "patch", "delete", "get", "list"]
- apiGroups: [""]
resources: ["configmaps"]
verbs: ["create", "patch"]
Expand Down

0 comments on commit 9072114

Please sign in to comment.