From 3b9cd6bedd5bad91a910622c9d31a0a2386f74ff Mon Sep 17 00:00:00 2001 From: Andy Repton Date: Thu, 13 Dec 2018 18:26:53 +0100 Subject: [PATCH] Tiny but noticeable typo fix --- docs/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kustomization.yaml b/docs/kustomization.yaml index 9ada50dc2..74cd29794 100644 --- a/docs/kustomization.yaml +++ b/docs/kustomization.yaml @@ -96,7 +96,7 @@ secretGenerator: type: "kubernetes.io/tls" - name: app-tls-namespaced # you can define a namespace to generate secret in, defaults to: "default" - namspace: apps + namespace: apps commands: tls.crt: "cat secret/tls.cert" tls.key: "cat secret/tls.key"