Fixed typo (#13570)

kusotmization -> kustomization
This commit is contained in:
jwalter
2019-04-02 14:32:36 +02:00
committed by Kubernetes Prow Robot
parent 3d75e6a881
commit 5ec608971a
@@ -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 <<EOF >./kustomization.yaml