Skip to content

Commit

Permalink
Merge pull request #8992 from rook/mergify/bp/release-1.7/pr-8990
Browse files Browse the repository at this point in the history
csi: fix comment for the provisioner and clusterID (backport #8990)
  • Loading branch information
travisn committed Oct 18, 2021
2 parents a856f43 + 15ad852 commit 011de5c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Documentation/ceph-filesystem.md
Expand Up @@ -91,7 +91,8 @@ metadata:
# Change "rook-ceph" provisioner prefix to match the operator namespace if needed
provisioner: rook-ceph.cephfs.csi.ceph.com
parameters:
# clusterID is the namespace where operator is deployed.
# clusterID is the namespace where the rook cluster is running
# If you change this namespace, also change the namespace below where the secret namespaces are defined
clusterID: rook-ceph

# CephFS filesystem name into which the volume shall be created
Expand Down
Expand Up @@ -2,9 +2,11 @@ apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: rook-cephfs
# Change "rook-ceph" provisioner prefix to match the operator namespace if needed
provisioner: rook-ceph.cephfs.csi.ceph.com # driver:namespace:operator
parameters:
# clusterID is the namespace where operator is deployed.
# clusterID is the namespace where the rook cluster is running
# If you change this namespace, also change the namespace below where the secret namespaces are defined
clusterID: rook-ceph # namespace:cluster

# CephFS filesystem name into which the volume shall be created
Expand Down
Expand Up @@ -2,9 +2,11 @@ apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: rook-cephfs
# Change "rook-ceph" provisioner prefix to match the operator namespace if needed
provisioner: rook-ceph.cephfs.csi.ceph.com # driver:namespace:operator
parameters:
# clusterID is the namespace where operator is deployed.
# clusterID is the namespace where the rook cluster is running
# If you change this namespace, also change the namespace below where the secret namespaces are defined
clusterID: rook-ceph # namespace:cluster

# CephFS filesystem name into which the volume shall be created
Expand Down

0 comments on commit 011de5c

Please sign in to comment.