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

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

CEPH: rewriting chart to be gradually less hardcoded

parent 63ddf035
Branches
No related tags found
1 merge request!1Restore main as the default branch
......@@ -27,7 +27,7 @@ metadata:
name: csi-cephfs-sc
provisioner: cephfs.csi.ceph.com
parameters:
clusterID: 356ebb9a-acc2-11ea-a9d6-b8599fef7b50
clusterID: "{{ item.value.clusterId }}"
fsName: cephfs
mounter: kernel
reclaimPolicy: Retain
......@@ -43,7 +43,7 @@ data:
config.json: |-
[
{
"clusterID": "356ebb9a-acc2-11ea-a9d6-b8599fef7b50",
"clusterID": "{{ item.value.clusterId }}",
"monitors": [
"10.0.2.1:6789",
"10.0.2.2:6789",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment