parent
e7add04d2d
commit
f09ffdefb5
|
|
@ -41,7 +41,7 @@ kind: Role
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
metadata:
|
metadata:
|
||||||
name: leader-locking-nfs-client-provisioner
|
name: leader-locking-nfs-client-provisioner
|
||||||
# replace with namespace where provisioner is deployed
|
# replace with namespace where provisioner is deployed
|
||||||
namespace: default
|
namespace: default
|
||||||
rules:
|
rules:
|
||||||
- apiGroups: [""]
|
- apiGroups: [""]
|
||||||
|
|
@ -52,6 +52,8 @@ kind: RoleBinding
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
metadata:
|
metadata:
|
||||||
name: leader-locking-nfs-client-provisioner
|
name: leader-locking-nfs-client-provisioner
|
||||||
|
# replace with namespace where provisioner is deployed
|
||||||
|
namespace: default
|
||||||
subjects:
|
subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: nfs-client-provisioner
|
name: nfs-client-provisioner
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue