make k8s_configmap default metadatastorage for k8s deployments

This commit is contained in:
mickymiek 2019-01-07 15:21:35 +01:00 committed by Huamin Chen
parent ea2b1cd315
commit 7d47bb0698
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ spec:
- "--endpoint=$(CSI_ENDPOINT)"
- "--v=5"
- "--drivername=csi-cephfsplugin"
- "--metadatastorage=node"
- "--metadatastorage=k8s_configmap"
env:
- name: NODE_ID
valueFrom:

View File

@ -51,7 +51,7 @@ spec:
- "--v=5"
- "--drivername=csi-rbdplugin"
- "--containerized=true"
- "--metadatastorage=node"
- "--metadatastorage=k8s_configmap"
env:
- name: HOST_ROOTFS
value: "/rootfs"