X-Git-Url: https://gerrit.nordix.org/gitweb?p=infra%2Fstack%2Fkubernetes.git;a=blobdiff_plain;f=apps%2Fceph%2Fkubespray%2Fplaybooks%2Froles%2Finstall%2Ftemplates%2Ffilesystem-storageclass.yaml.j2;h=864de01c6299c7e94916ab5d8e550aa67d78efc2;hp=b2575f5193b418332d399f1433d3bac543cd6f58;hb=346533a32cb7cf00414d723f2cdb89785f1a2e2d;hpb=3f7a6e04758ac28aa51bd66b67f600534f646ff0 diff --git a/apps/ceph/kubespray/playbooks/roles/install/templates/filesystem-storageclass.yaml.j2 b/apps/ceph/kubespray/playbooks/roles/install/templates/filesystem-storageclass.yaml.j2 index b2575f5..864de01 100644 --- a/apps/ceph/kubespray/playbooks/roles/install/templates/filesystem-storageclass.yaml.j2 +++ b/apps/ceph/kubespray/playbooks/roles/install/templates/filesystem-storageclass.yaml.j2 @@ -23,9 +23,9 @@ parameters: # The secrets contain Ceph admin credentials. These are generated automatically by the operator # in the same namespace as the cluster. - csi.storage.k8s.io/provisioner-secret-name: rook-ceph-csi - csi.storage.k8s.io/provisioner-secret-namespace: {{ rook_namespace }} - csi.storage.k8s.io/node-stage-secret-name: rook-ceph-csi + csi.storage.k8s.io/node-stage-secret-name: rook-csi-cephfs-node csi.storage.k8s.io/node-stage-secret-namespace: {{ rook_namespace }} + csi.storage.k8s.io/provisioner-secret-name: rook-csi-cephfs-provisioner + csi.storage.k8s.io/provisioner-secret-namespace: {{ rook_namespace }} reclaimPolicy: Delete