From 808843457a629b97d25aa03300e7f13e8914b50e Mon Sep 17 00:00:00 2001 From: Pierre Ozoux Date: Thu, 11 Jun 2020 10:46:29 +0200 Subject: [PATCH] Fixes markdown. --- docs/authoring.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/authoring.md b/docs/authoring.md index 68ea1ec5e..cad2fd7aa 100644 --- a/docs/authoring.md +++ b/docs/authoring.md @@ -17,9 +17,10 @@ kustomize create --namespace=myapp --resources=deployment.yaml,service.yaml --la > NOTE: Resource detection will not follow symlinks. Flags: + --annotation string Add one or more common annotations. --autodetect Search for kubernetes resources in the current directory to be added to the kustomization file. - -h, --help help for create + --help, -h help for create --label string Add one or more common labels. --nameprefix string Sets the value of the namePrefix field in the kustomization file. --namespace string Set the value of the namespace field in the customization file.