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=refs%2Fchanges%2F50%2F8450%2F1;hpb=de35de0a2dc766d50e3548397bfb075e658f44ac 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