From a3a10855dac2704b321598da4146782aa09c9b2f Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 4 Apr 2024 12:30:02 +0200 Subject: [PATCH] ci: fix secret name in rbd storageclass use rbd secret for rbd storageclass Signed-off-by: Madhu Rajanna (cherry picked from commit 9fb374328077daf791526b1e48f5c07cbf84db34) --- scripts/k8s-storage/sc-rbd.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/k8s-storage/sc-rbd.yaml.in b/scripts/k8s-storage/sc-rbd.yaml.in index 92f2775b8..c3d09d161 100644 --- a/scripts/k8s-storage/sc-rbd.yaml.in +++ b/scripts/k8s-storage/sc-rbd.yaml.in @@ -10,7 +10,7 @@ parameters: imageFeatures: layering csi.storage.k8s.io/provisioner-secret-name: rook-csi-rbd-provisioner csi.storage.k8s.io/provisioner-secret-namespace: rook-ceph - csi.storage.k8s.io/controller-expand-secret-name: rook-csi-cephfs-provisioner + csi.storage.k8s.io/controller-expand-secret-name: rook-csi-rbd-provisioner csi.storage.k8s.io/controller-expand-secret-namespace: rook-ceph csi.storage.k8s.io/node-stage-secret-name: rook-csi-rbd-node csi.storage.k8s.io/node-stage-secret-namespace: rook-ceph