Skip to content

Commit 2bd8853

Browse files
author
Denys Kondratenko
committed
fix typo
1 parent 71faaec commit 2bd8853

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deploy/addons/csi-hostpath-driver/rbac/rbac-external-attacher.yaml.tmpl

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ rules:
5151
#Enable it if you need value from secret.
5252
#For example, you have key `csi.storage.k8s.io/controller-publish-secret-name` in StorageClass.parameters
5353
#see https://kubernetes-csi.github.io/docs/secrets-and-credentials.html
54-
- apiGroups: [""]
55-
resources: ["secrets"]
56-
verbs: ["get", "list"]
54+
# - apiGroups: [""]
55+
# resources: ["secrets"]
56+
# verbs: ["get", "list"]
5757

5858
---
5959
kind: ClusterRoleBinding

deploy/addons/csi-hostpath-driver/rbac/rbac-hostpath.yaml.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ roleRef:
9393
name: external-snapshotter-leaderelection
9494
subjects:
9595
- kind: ServiceAccount
96-
name: csi-hostpathplugin-sa
96+
name: csi-hostpathplugin-sa

0 commit comments

Comments
 (0)