Update content/es/docs/tasks/manage-kubernetes-objects/kustomization.md

Co-authored-by: Rodolfo Martínez Vega <rodomar@outlook.com>
pull/45367/head
Alex Parra 2024-02-29 11:16:05 -06:00 committed by GitHub
parent ee9bed87c3
commit 6ad41b3e3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -804,7 +804,6 @@ vars:
EOF
```
Run `kubectl kustomize ./` to see that the Service name injected into containers is `dev-my-nginx-001`:
Ejecuta `kubectl kustomize ./` para ver que el nombre del Service inyectado en la seccion de contaierns es `dev-my-nginx-001`:
```yaml