Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1279 from curx/patch-1
Browse files Browse the repository at this point in the history
add namespace for rolebinding
  • Loading branch information
k8s-ci-robot committed Feb 7, 2020
2 parents f02ff8f + bb72107 commit 92da8ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nfs-client/deploy/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ kind: Role
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: leader-locking-nfs-client-provisioner
# replace with namespace where provisioner is deployed
# replace with namespace where provisioner is deployed
namespace: default
rules:
- apiGroups: [""]
Expand All @@ -52,6 +52,8 @@ kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: leader-locking-nfs-client-provisioner
# replace with namespace where provisioner is deployed
namespace: default
subjects:
- kind: ServiceAccount
name: nfs-client-provisioner
Expand Down

0 comments on commit 92da8ce

Please sign in to comment.