From 5ec608971af0cc679fc8642019e0ecd6d7ebbe93 Mon Sep 17 00:00:00 2001 From: jwalter Date: Tue, 2 Apr 2019 14:32:36 +0200 Subject: [PATCH] Fixed typo (#13570) kusotmization -> kustomization --- content/en/docs/concepts/configuration/secret.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/configuration/secret.md b/content/en/docs/concepts/configuration/secret.md index 419ad33f47..44c1c0d066 100644 --- a/content/en/docs/concepts/configuration/secret.md +++ b/content/en/docs/concepts/configuration/secret.md @@ -306,7 +306,7 @@ username.txt: 5 bytes ``` For example, to generate a Secret from literals `username=admin` and `password=secret`, -you can specify the secret generator in `kusotmization.yaml` as +you can specify the secret generator in `kustomization.yaml` as ```shell # Create a kustomization.yaml file with SecretGenerator $ cat <./kustomization.yaml