Skip to content

Commit 21d36a9

Browse files
committed
Docs: add missing permissions for PVC
1 parent d97a8d9 commit 21d36a9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/docs/concepts/backends.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,8 +1102,11 @@ projects:
11021102
- apiGroups: [""]
11031103
resources: ["nodes"]
11041104
verbs: ["list", "get"]
1105+
- apiGroups: [""]
1106+
resources: ["persistentvolumeclaims"]
1107+
verbs: ["get", "create", "delete"]
11051108
```
1106-
1109+
11071110
Ensure you've created a ClusterRoleBinding to grant the role to the user or the service account you're using.
11081111

11091112
??? info "Resources and offers"

0 commit comments

Comments
 (0)