Allow LPP to read helper logs (#9834)

Signed-off-by: Thomas Anderson <127358482+zc-devs@users.noreply.github.com>
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
Thomas Anderson
2024-03-30 02:01:10 +03:00
committed by Brad Davidson
parent 3f906bee79
commit c59820a52a
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ metadata:
name: local-path-provisioner-role
rules:
- apiGroups: [""]
resources: ["nodes", "persistentvolumeclaims", "configmaps"]
resources: ["nodes", "persistentvolumeclaims", "configmaps", "pods/log"]
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["endpoints", "persistentvolumes", "pods"]