Fix indent

While reviewing [0], found incorrect indentations in YAML.
This patch set redresses the indentation problems.

[0] https://review.opendev.org/#/c/665524/2/ceph-osd/templates/daemonset-osd.yaml

Change-Id: I22e84f5d87aec90ad787a61b152062452867bc17
Signed-off-by: Tin Lam <tin@irrational.io>
This commit is contained in:
Tin Lam 2019-06-15 23:57:04 -05:00 committed by Pete Birley
parent 146d3d5976
commit afb4c3afab

View File

@ -245,19 +245,19 @@ spec:
command: command:
- /tmp/osd-stop.sh - /tmp/osd-stop.sh
livenessProbe: livenessProbe:
exec: exec:
command: command:
- /tmp/osd-check.sh - /tmp/osd-check.sh
- liveness - liveness
initialDelaySeconds: 120 initialDelaySeconds: 120
periodSeconds: 60 periodSeconds: 60
readinessProbe: readinessProbe:
exec: exec:
command: command:
- /tmp/osd-check.sh - /tmp/osd-check.sh
- readiness - readiness
initialDelaySeconds: 60 initialDelaySeconds: 60
periodSeconds: 60 periodSeconds: 60
volumeMounts: volumeMounts:
- name: pod-tmp - name: pod-tmp
mountPath: /tmp mountPath: /tmp