Update content/fr/docs/tasks/configmap-secret/managing-secret-using-kustomize.md

Co-authored-by: Aurélien Perrier <aperrier@arktos.consulting>
This commit is contained in:
coco 2024-01-22 20:48:49 +01:00 committed by GitHub
parent f262b0299e
commit f5c9517473
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ Pour en savor plus, consultez
## Modifier un Secret {#edit-secret}
1. Dans votre fichier `kustomization.yaml`, modifiez les données, par exemple `password`.
1. Appliquez le dossier contenant le fichier kustomization :
2. Appliquez le dossier contenant le fichier kustomization :
```shell
kubectl apply -k <directory-path>