Skip to content

Commit 283c031

Browse files
committed
format: Reformat using prettier
1 parent 9588502 commit 283c031

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

probes_exec_liveness.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ spec:
2525
livenessProbe:
2626
exec:
2727
command:
28-
- cat
29-
- /tmp/healthy
28+
- cat
29+
- /tmp/healthy
3030
initialDelaySeconds: 5
3131
failureThreshold: 2
3232
periodSeconds: 1

probes_exec_readiness.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ spec:
2525
readinessProbe:
2626
exec:
2727
command:
28-
- cat
29-
- /tmp/ready
28+
- cat
29+
- /tmp/ready
3030
initialDelaySeconds: 5
3131
failureThreshold: 2
3232
periodSeconds: 1

0 commit comments

Comments
 (0)