From ce39f3220c0a52613905d62e37857b1abf73b28d Mon Sep 17 00:00:00 2001 From: Antoine C Date: Mon, 11 Nov 2024 09:13:40 +0000 Subject: [PATCH] fixup! helm: support encryption config in ceph-csi-cephfs chart --- scripts/install-helm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install-helm.sh b/scripts/install-helm.sh index 429e633b147..eae2d51e606 100755 --- a/scripts/install-helm.sh +++ b/scripts/install-helm.sh @@ -188,6 +188,7 @@ install_cephcsi_helm_charts() { # issue when installing ceph-csi-rbd kubectl_retry delete cm ceph-csi-config --namespace "${NAMESPACE}" kubectl_retry delete cm ceph-config --namespace "${NAMESPACE}" + kubectl_retry delete cm ceph-csi-encryption-kms-config --namespace "${NAMESPACE}" # shellcheck disable=SC2086 "${HELM}" install --namespace ${NAMESPACE} --set provisioner.fullnameOverride=csi-rbdplugin-provisioner --set nodeplugin.fullnameOverride=csi-rbdplugin --set configMapName=ceph-csi-config --set provisioner.replicaCount=1 --set-json='commonLabels={"app.kubernetes.io/name": "ceph-csi-rbd", "app.kubernetes.io/managed-by": "helm"}' ${SET_SC_TEMPLATE_VALUES} ${RBD_SECRET_TEMPLATE_VALUES} ${RBD_CHART_NAME} "${SCRIPT_DIR}"/../charts/ceph-csi-rbd --set topology.domainLabels="{${NODE_LABEL_REGION},${NODE_LABEL_ZONE}}" --set provisioner.maxSnapshotsOnImage=3 --set provisioner.minSnapshotsOnImage=2 ${READ_AFFINITY_VALUES} --set provisioner.snapshotter.args.enableVolumeGroupSnapshots=true