commit
This commit is contained in:
27
ceph/csi-config-map.yaml
Normal file
27
ceph/csi-config-map.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
#
|
||||
# /!\ 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"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user