diff --git a/docs/cephfs/deploy.md b/docs/cephfs/deploy.md index ba052b44b..e190fa764 100644 --- a/docs/cephfs/deploy.md +++ b/docs/cephfs/deploy.md @@ -90,12 +90,6 @@ to use the output of `ceph fsid` of the Ceph cluster to be used for provisioning. **Required secrets for provisioning:** -Admin credentials are required for provisioning new volumes - -* `adminID`: ID of an admin client -* `adminKey`: key of the admin client - -**Required secrets for statically provisioned volumes:** User credentials with access to an existing volume * `userID`: ID of a user client diff --git a/examples/cephfs/secret.yaml b/examples/cephfs/secret.yaml index 0eb370781..adf29d3f6 100644 --- a/examples/cephfs/secret.yaml +++ b/examples/cephfs/secret.yaml @@ -5,13 +5,9 @@ metadata: name: csi-cephfs-secret namespace: default stringData: - # Required for statically provisioned volumes + # Required for statically and dynamically provisioned volumes userID: userKey: <Ceph auth key corresponding to ID above> - # Required for dynamically provisioned volumes - adminID: <plaintext ID> - adminKey: <Ceph auth key corresponding to ID above> - # Encryption passphrase encryptionPassphrase: test_passphrase