mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
rbd: Document new encryptionType storage class example
Signed-off-by: Marcel Lauhoff <marcel.lauhoff@suse.com>
This commit is contained in:
parent
a7ea12eb8e
commit
9cd8a15c5d
@ -108,6 +108,14 @@ parameters:
|
|||||||
# A string is expected here, i.e. "true", not true.
|
# A string is expected here, i.e. "true", not true.
|
||||||
# encrypted: "true"
|
# encrypted: "true"
|
||||||
|
|
||||||
|
# (optional) Select the encryption type when encrypted: "true" above.
|
||||||
|
# Valid values are:
|
||||||
|
# "file": Enable file encryption on the mounted filesystem
|
||||||
|
# "block": Encrypt RBD block device
|
||||||
|
# When unspecified assume type "block". "file" and "block" are
|
||||||
|
# mutally exclusive.
|
||||||
|
# encryptionType: "block"
|
||||||
|
|
||||||
# (optional) Use external key management system for encryption passphrases by
|
# (optional) Use external key management system for encryption passphrases by
|
||||||
# specifying a unique ID matching KMS ConfigMap. The ID is only used for
|
# specifying a unique ID matching KMS ConfigMap. The ID is only used for
|
||||||
# correlation to configmap entry.
|
# correlation to configmap entry.
|
||||||
|
Loading…
Reference in New Issue
Block a user