*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 63ddf035 authored by entlein's avatar entlein
Browse files

CEPH: chainging to cephfs not ceph block storage, thanks Elias

parent ee3888fe
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
......@@ -3,7 +3,7 @@
kind: Namespace
apiVersion: v1
metadata:
name: ceph-csi-rbd
name: ceph-csi-cephfs
---
......@@ -14,9 +14,9 @@ metadata:
namespace: kube-system
spec:
repo: {{ item.value.repo | default("https://ceph.github.io/csi-charts") }}
chart: ceph-csi-rdb
chart: ceph-csi-cephfs
version: {{ item.value.version | default("3-canary") }}
targetNamespace: ceph-csi-rbd
targetNamespace: ceph-csi-cephfs
---
......@@ -24,7 +24,7 @@ spec:
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: csi-rbd-sc
name: csi-cephfs-sc
provisioner: cephfs.csi.ceph.com
parameters:
clusterID: 356ebb9a-acc2-11ea-a9d6-b8599fef7b50
......@@ -38,7 +38,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: ceph-csi-config
namespace: ceph-csi-rbd
namespace: ceph-csi-cephfs
data:
config.json: |-
[
......@@ -59,7 +59,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: ceph-config
namespace: ceph-csi-rbd
namespace: ceph-csi-cephfs
data:
ceph.conf: |-
[global]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment