Files
sa-charts/ceph/ceph-csi/rbd/kubernetes/csi-config-map.yaml
marsal wang 840804f079 ceph
2022-01-10 18:14:29 +08:00

25 lines
519 B
YAML

#
# /!\ 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"
]
}
]