ceph
This commit is contained in:
24
ceph/ceph-csi/rbd/kubernetes/csi-config-map.yaml
Normal file
24
ceph/ceph-csi/rbd/kubernetes/csi-config-map.yaml
Normal 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"
|
||||
]
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user