From cf14321b7629fb9de609c483c82dbaefb355a0f8 Mon Sep 17 00:00:00 2001 From: Sushil Kumar Date: Sat, 19 Sep 2020 12:18:16 -0700 Subject: [PATCH] Fixed typo Fixed typo s/kustomizae/kustomize --- .../tasks/configmap-secret/managing-secret-using-config-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/configmap-secret/managing-secret-using-config-file.md b/content/en/docs/tasks/configmap-secret/managing-secret-using-config-file.md index 13ffa70b3c..8ed9730415 100644 --- a/content/en/docs/tasks/configmap-secret/managing-secret-using-config-file.md +++ b/content/en/docs/tasks/configmap-secret/managing-secret-using-config-file.md @@ -194,5 +194,5 @@ kubectl delete secret db-user-pass - Read more about the [Secret concept](/docs/concepts/configuration/secret/) - Learn how to [manage Secret with the `kubectl` command](/docs/tasks/configmap-secret/managing-secret-using-kubectl/) -- Learn how to [manage Secret using kustomizae](/docs/tasks/configmap-secret/managing-secret-using-kustomize/) +- Learn how to [manage Secret using kustomize](/docs/tasks/configmap-secret/managing-secret-using-kustomize/)