This commit is contained in:
marsal wang
2022-01-10 18:14:29 +08:00
parent 253495db88
commit 840804f079
26 changed files with 2268 additions and 0 deletions

View File

@ -0,0 +1,24 @@
#
# /!\ DO NOT MODIFY THIS FILE
#
# This file has been automatically generated by Ceph-CSI yamlgen.
# The source for the contents can be found in the api/deploy directory, make
# your modifications there.
#
---
apiVersion: v1
kind: ConfigMap
metadata:
name: "ceph-csi-config"
data:
config.json: |-
[
{
"clusterID": "837817cc-7148-11ec-8c46-c81f66de6d53",
"monitors": [
"192.168.1.207:6789",
"192.168.1.208:6789",
"192.168.1.209:6789"
]
}
]