Update rook-ceph kubernetes deployment
[infra/stack/kubernetes.git] / apps / ceph / kubespray / playbooks / roles / install / templates / filesystem-storageclass.yaml.j2
index b2575f5193b418332d399f1433d3bac543cd6f58..864de01c6299c7e94916ab5d8e550aa67d78efc2 100644 (file)
@@ -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