Skip to content

Commit

Permalink
Merge pull request #147 from mauriciopoppe/changelog-release-2.7.0
Browse files Browse the repository at this point in the history
Fix an indentation error in the example in the README
  • Loading branch information
k8s-ci-robot authored May 12, 2022
2 parents 5deeaa0 + ef59752 commit 5daa5c2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5daa5c2

Please sign in to comment.