Skip to content

Commit 5daa5c2

Browse files
authored
Merge pull request #147 from mauriciopoppe/changelog-release-2.7.0
Fix an indentation error in the example in the README
2 parents 5deeaa0 + ef59752 commit 5daa5c2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ spec:
5353
# ...
5454
# The liveness probe sidecar container
5555
- name: liveness-probe
56-
imagePullPolicy: Always
57-
image: registry.k8s.io/sig-storage/livenessprobe:v2.7.0
58-
args:
59-
- --csi-address=/csi/csi.sock
60-
volumeMounts:
61-
- mountPath: /csi
62-
name: socket-dir
63-
# ...
56+
imagePullPolicy: Always
57+
image: registry.k8s.io/sig-storage/livenessprobe:v2.7.0
58+
args:
59+
- --csi-address=/csi/csi.sock
60+
volumeMounts:
61+
- mountPath: /csi
62+
name: socket-dir
63+
# ...
6464
```
6565

6666
### Command line options

0 commit comments

Comments
 (0)