From ef5975219d3e3ad9b201ca9835b4553f12784e4c Mon Sep 17 00:00:00 2001 From: Mauricio Poppe Date: Thu, 12 May 2022 21:21:44 +0000 Subject: [PATCH] Fix an indentation error in the example in the README --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index bce6b812..8f4b5f3f 100644 --- a/README.md +++ b/README.md @@ -53,14 +53,14 @@ spec: # ... # The liveness probe sidecar container - name: liveness-probe - imagePullPolicy: Always - image: registry.k8s.io/sig-storage/livenessprobe:v2.7.0 - args: - - --csi-address=/csi/csi.sock - volumeMounts: - - mountPath: /csi - name: socket-dir - # ... + imagePullPolicy: Always + image: registry.k8s.io/sig-storage/livenessprobe:v2.7.0 + args: + - --csi-address=/csi/csi.sock + volumeMounts: + - mountPath: /csi + name: socket-dir + # ... ``` ### Command line options