Update rbac.yaml
Modify the Role section (line 45), the namespace field is changed to indent 2 characters.
(cherry picked from commit e7add04d2d)
This commit is contained in:
parent
e3b2b587d4
commit
d6aaf831fd
|
|
@ -42,7 +42,7 @@ apiVersion: rbac.authorization.k8s.io/v1
|
|||
metadata:
|
||||
name: leader-locking-nfs-client-provisioner
|
||||
# replace with namespace where provisioner is deployed
|
||||
namespace: default
|
||||
namespace: default
|
||||
rules:
|
||||
- apiGroups: [""]
|
||||
resources: ["endpoints"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue