doc: make sure configmap object referred or documented correctly

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2020-06-10 11:53:03 +05:30 committed by mergify[bot]
parent 8b606f538f
commit c1a269191c
8 changed files with 16 additions and 16 deletions

View File

@ -232,8 +232,8 @@ Configuration must include `encryptionKMSType: "vault"`. In order for ceph-csi
to be able to access the configuration you will need to have it mounted to to be able to access the configuration you will need to have it mounted to
csi-rbdplugin containers in both daemonset (so kms client can be instantiated to csi-rbdplugin containers in both daemonset (so kms client can be instantiated to
encrypt/decrypt volumes) and deployment pods (so kms client can be instantiated encrypt/decrypt volumes) and deployment pods (so kms client can be instantiated
to delete passphrase on volume delete) `ceph-csi-encryption-kms-config` config to delete passphrase on volume delete) `ceph-csi-encryption-kms-config`
map. configmap.
> Note: kms configuration must be a map of string values only > Note: kms configuration must be a map of string values only
> (`map[string]string`) so for numerical and boolean values make sure to put > (`map[string]string`) so for numerical and boolean values make sure to put