Skip to content

Commit

Permalink
Merge pull request #996 from DSD-DBS/fix-jupyter-file-share-del-perms
Browse files Browse the repository at this point in the history
fix: Add permission to delete Jupyter file share PVCs
  • Loading branch information
MoritzWeber0 authored Sep 6, 2023
2 parents 371c2dd + 95fd23a commit 14a0543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/backend/backend.serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rules:
verbs: ["get", "create", "delete"]
- apiGroups: [""]
resources: ["persistentvolumeclaims"]
verbs: ["get", "create"]
verbs: ["get", "create", "delete"]
- apiGroups: [""]
resources: ["pods", "pods/log", "events"]
verbs: ["get", "list"]
Expand Down

0 comments on commit 14a0543

Please sign in to comment.