deploy: Missing quotes

Missing quotes in deploy/cephfs/kubernetes/csi-provisioner-rbac.yaml

Signed-off-by: chenxu1990 <xuchen1990xx@gmail.com>
This commit is contained in:
chenxu1990 2020-07-01 16:58:16 +08:00 committed by mergify[bot]
parent f711d15551
commit 44d79e3bda

View File

@ -24,7 +24,7 @@ metadata:
rules:
- apiGroups: [""]
resources: ["nodes"]
verbs: ["get", "list", watch"]
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get", "list"]