disable ceph
This commit is contained in:
19
disabled/config/ceph/csi-configmap.yml
Normal file
19
disabled/config/ceph/csi-configmap.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
data:
|
||||
config.json: |-
|
||||
[
|
||||
{
|
||||
"clusterID": "8bb08316-8b5c-11f0-a772-bc24114124ba",
|
||||
"monitors": [
|
||||
"10.1.0.11:6789",
|
||||
"10.1.0.12:6789",
|
||||
"10.1.0.13:6789",
|
||||
"10.1.0.14:6789",
|
||||
"10.1.0.15:6789"
|
||||
]
|
||||
}
|
||||
]
|
||||
metadata:
|
||||
name: ceph-csi-config
|
||||
namespace: ceph
|
||||
Reference in New Issue
Block a user