disable ceph
This commit is contained in:
14
disabled/config/ceph/ceph-configmap.yml
Normal file
14
disabled/config/ceph/ceph-configmap.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
data:
|
||||
ceph.conf: |
|
||||
[global]
|
||||
auth_cluster_required = cephx
|
||||
auth_service_required = cephx
|
||||
auth_client_required = cephx
|
||||
# keyring is a required key and its value should be empty
|
||||
keyring: |
|
||||
metadata:
|
||||
name: ceph-config
|
||||
namespace: ceph
|
||||
Reference in New Issue
Block a user