From da3b2a9bf43784d112c3b5d2f63f2d3281128c3f Mon Sep 17 00:00:00 2001 From: marsal wang <707783088@qq.com> Date: Mon, 10 Jan 2022 23:51:13 +0800 Subject: [PATCH] secret --- ceph/README.md | 5 ++++- local-values/ceph/rdb.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ceph/README.md b/ceph/README.md index f15d8dc..e427856 100644 --- a/ceph/README.md +++ b/ceph/README.md @@ -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/crd/ \ No newline at end of file +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 diff --git a/local-values/ceph/rdb.yaml b/local-values/ceph/rdb.yaml index df976d5..07e1c46 100644 --- a/local-values/ceph/rdb.yaml +++ b/local-values/ceph/rdb.yaml @@ -417,7 +417,7 @@ secret: # ceph cluster. User ID should have required access to the 'pool' # specified in the storage class userID: admin - userKey: AQBg4llf+9CAGdsAds4tQzS+0O7dscB5ZTiTEQ== + userKey: QVFCajF0cGhkdUN2TVJBQXBPR0J4OFdyeUc4NDdkUThHaTVMSGc9PQ== # Encryption passphrase encryptionPassphrase: test_passphrase