This commit is contained in:
marsal wang
2022-01-10 23:51:13 +08:00
parent 9242a1e12d
commit da3b2a9bf4
2 changed files with 5 additions and 2 deletions

View File

@ -13,4 +13,7 @@ kubectl apply -f ceph/ceph-csi/rbd/deploy/
kubectl apply -k ceph/external-snapshotter/snapshot-controller/ kubectl apply -k ceph/external-snapshotter/snapshot-controller/
kubectl apply -k ceph/external-snapshotter/crd/ kubectl apply -k ceph/external-snapshotter/crd/
helm upgrade -i ceph-csi-rbd ceph/ceph-csi-rbd --values local-values/ceph/rbd.yaml -n ceph-csi

View File

@ -417,7 +417,7 @@ secret:
# ceph cluster. User ID should have required access to the 'pool' # ceph cluster. User ID should have required access to the 'pool'
# specified in the storage class # specified in the storage class
userID: admin userID: admin
userKey: AQBg4llf+9CAGdsAds4tQzS+0O7dscB5ZTiTEQ== userKey: QVFCajF0cGhkdUN2TVJBQXBPR0J4OFdyeUc4NDdkUThHaTVMSGc9PQ==
# Encryption passphrase # Encryption passphrase
encryptionPassphrase: test_passphrase encryptionPassphrase: test_passphrase