Skip to content

Commit 3514d18

Browse files
Update content/es/docs/concepts/workloads/pods/init-containers.md
Co-authored-by: Victor Morales <[email protected]>
1 parent 675e427 commit 3514d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/es/docs/concepts/workloads/pods/init-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ tienen algunas ventajas sobre el código relacionado de inicio:
7676
A continuación, se muestran algunas ideas sobre cómo utilizar los contenedores de inicialización:
7777

7878
* Esperar a que se cree un {{< glossary_tooltip text="Service" term_id="service">}}
79-
usando un comando de una línea de shell:
79+
usando una sola linea de comando de shell:
8080

8181
```shell
8282
for i in {1..100}; do sleep 1; if dig myservice; then exit 0; fi; done; exit 1

0 commit comments

Comments
 (0)