using Chart for local-path-provisioner

This commit is contained in:
2024-07-15 02:54:04 +10:00
parent 44ed09257a
commit 252d390e04
10 changed files with 26 additions and 12 deletions

View File

@@ -0,0 +1,9 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: local-path-provisioner-role
namespace: local-path-storage
rules:
- apiGroups: [ "" ]
resources: [ "pods" ]
verbs: [ "get", "list", "watch", "create", "patch", "update", "delete" ]