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:
parent
1f1482bcb7
commit
146d3d5976
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user