Update rbac.yaml

Modify the Role section (line 45), the namespace field is changed to indent 2 characters.
This commit is contained in:
Arthur666 2019-11-13 00:21:49 +08:00 committed by GitHub
parent 18cd31b4d8
commit e7add04d2d
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ 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: [""]
resources: ["endpoints"] resources: ["endpoints"]