This commit is contained in:
marsal wang
2022-01-10 22:01:00 +08:00
parent 5e8dcacb1e
commit 62bf25d343

View File

@ -104,8 +104,8 @@ spec:
readOnly: true readOnly: true
- name: ceph-csi-config - name: ceph-csi-config
mountPath: /etc/ceph-csi-config/ mountPath: /etc/ceph-csi-config/
- name: ceph-csi-encryption-kms-config # - name: ceph-csi-encryption-kms-config
mountPath: /etc/ceph-csi-encryption-kms-config/ # mountPath: /etc/ceph-csi-encryption-kms-config/
- name: plugin-dir - name: plugin-dir
mountPath: /var/lib/kubelet/plugins mountPath: /var/lib/kubelet/plugins
mountPropagation: "Bidirectional" mountPropagation: "Bidirectional"
@ -182,9 +182,9 @@ spec:
- name: ceph-csi-config - name: ceph-csi-config
configMap: configMap:
name: ceph-csi-config name: ceph-csi-config
- name: ceph-csi-encryption-kms-config # - name: ceph-csi-encryption-kms-config
configMap: # configMap:
name: ceph-csi-encryption-kms-config # name: ceph-csi-encryption-kms-config
- name: keys-tmp-dir - name: keys-tmp-dir
emptyDir: { emptyDir: {
medium: "Memory" medium: "Memory"