Commit 94d54314 by Thorsten Schifferdecker Committed by kmova

add namespace for rolebinding

see Issue #1278 (cherry picked from commit f09ffdefb53e4a439ba42d880f25dcfbe3519977)
parent d6aaf831
...@@ -52,6 +52,8 @@ kind: RoleBinding ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment