28 lines
604 B
YAML
28 lines
604 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
|
|
namespace: ceph
|
|
data:
|
|
config.json: |-
|
|
[
|
|
{
|
|
"clusterID": "de115bee-2527-45a0-b0e8-50c30be4a907",
|
|
"monitors": [
|
|
"[fd00:0:0:2::61]:6789",
|
|
"[fd00:0:0:2::62]:6789",
|
|
"[fd00:0:0:2::63]:6789"
|
|
],
|
|
"cephFS": {
|
|
"subvolumeGroup": "csi"
|
|
}
|
|
}
|
|
]
|