Skip to content

Commit 1a2d59e

Browse files
authored
Merge pull request #35234 from mcameron/patch-1
Update dnsutils.yaml example to prevent constant restarts
2 parents 2d382dd + 9fd96d5 commit 1a2d59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/examples/admin/dns/dnsutils.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ spec:
99
image: registry.k8s.io/e2e-test-images/jessie-dnsutils:1.3
1010
command:
1111
- sleep
12-
- "3600"
12+
- "infinity"
1313
imagePullPolicy: IfNotPresent
1414
restartPolicy: Always

0 commit comments

Comments
 (0)