Ceph: fix schema error in OSD chart

This PS fixes:
 Error: error validating "": error validating data: ValidationError(DaemonSet.spec.template.spec.initContainers[3].volumeMounts[10]): unknown field "ReadOnly" in io.k8s.api.core.v1.VolumeMount

Change-Id: I62f99c2f6209fc9bc72dad19e39acb5beed4519b
Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
Pete Birley 2019-06-15 16:16:10 -05:00 committed by Pete Birley
parent 1f1482bcb7
commit 146d3d5976

View File

@ -200,7 +200,7 @@ spec:
readOnly: false
- name: pod-var-lib-ceph-tmp
mountPath: /var/lib/ceph/tmp
ReadOnly: false
readOnly: false
- name: run-lvm
mountPath: /run/lvm
readOnly: false