1
0

Point nfs-client users to Helm and split up yamls

(cherry picked from commit cd7d12292a)
This commit is contained in:
Matthew Wong
2018-09-19 14:43:42 -04:00
committed by kmova
parent 8d0422f82f
commit 2f6670a85b
10 changed files with 138 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: leader-locking-nfs-client-provisioner
subjects:
- kind: ServiceAccount
name: nfs-client-provisioner
# replace with namespace where provisioner is deployed
namespace: default
roleRef:
kind: Role
name: leader-locking-nfs-client-provisioner
apiGroup: rbac.authorization.k8s.io