From afb4c3afabc790fef17221c666690646f594805c Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Sat, 15 Jun 2019 23:57:04 -0500 Subject: [PATCH] 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 --- ceph-osd/templates/daemonset-osd.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/ceph-osd/templates/daemonset-osd.yaml b/ceph-osd/templates/daemonset-osd.yaml index 88887b50c4..7894345d38 100644 --- a/ceph-osd/templates/daemonset-osd.yaml +++ b/ceph-osd/templates/daemonset-osd.yaml @@ -245,19 +245,19 @@ spec: command: - /tmp/osd-stop.sh livenessProbe: - exec: - command: - - /tmp/osd-check.sh - - liveness - initialDelaySeconds: 120 - periodSeconds: 60 + exec: + command: + - /tmp/osd-check.sh + - liveness + initialDelaySeconds: 120 + periodSeconds: 60 readinessProbe: - exec: - command: - - /tmp/osd-check.sh - - readiness - initialDelaySeconds: 60 - periodSeconds: 60 + exec: + command: + - /tmp/osd-check.sh + - readiness + initialDelaySeconds: 60 + periodSeconds: 60 volumeMounts: - name: pod-tmp mountPath: /tmp