File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ required images or increase the service's startup timeout using the *TimeoutStar
9191that * TimeoutStartSec* cannot be used with units that specify ` Type=oneshot ` (their startup timeout is disabled by
9292default). For further details on * TimeoutStartSec* , see ` systemd.service(5) ` .
9393
94- Adding the following snippet to a Quadlet file extends the systemd timeout to 15 minutes.
94+ Adding the following snippet to a Quadlet file extends the startup timeout to 15 minutes.
9595
9696```
9797[Service]
@@ -2372,7 +2372,7 @@ Image=quay.io/example/my-app:latest
23722372Mount=type=artifact,source=my-artifact.artifact,destination=/etc/config
23732373```
23742374
2375- Example for Container in a Pod:
2375+ Example for a container in a Pod:
23762376
23772377` test.pod `
23782378```
@@ -2388,7 +2388,7 @@ Exec=sh -c "sleep inf"
23882388Pod=test.pod
23892389```
23902390
2391- Example for a Pod with a oneshot Startup Task :
2391+ Example for a Pod with a one-shot startup task :
23922392
23932393` test.pod `
23942394```
You can’t perform that action at this time.
0 commit comments