We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c1489 commit ef59752Copy full SHA for ef59752
README.md
@@ -53,14 +53,14 @@ spec:
53
# ...
54
# The liveness probe sidecar container
55
- 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
- # ...
+ imagePullPolicy: Always
+ image: registry.k8s.io/sig-storage/livenessprobe:v2.7.0
+ args:
+ - --csi-address=/csi/csi.sock
+ volumeMounts:
+ - mountPath: /csi
+ name: socket-dir
+ # ...
64
```
65
66
### Command line options
0 commit comments