Skip to content

Commit 46d1b3c

Browse files
authored
Merge pull request #33368 from kinzhi/kinzhi74
[zh]Update content/zh/examples/pods/probe/exec-liveness.yaml
2 parents a8cc362 + d640b30 commit 46d1b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/examples/pods/probe/exec-liveness.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
args:
1212
- /bin/sh
1313
- -c
14-
- touch /tmp/healthy; sleep 30; rm -rf /tmp/healthy; sleep 600
14+
- touch /tmp/healthy; sleep 30; rm -f /tmp/healthy; sleep 600
1515
livenessProbe:
1616
exec:
1717
command:

0 commit comments

Comments
 (0)