From 95fed47c1ceda98c87141e9d218c2b542fff52f3 Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Wed, 7 Nov 2018 10:53:46 -0800 Subject: [PATCH] Update generatorOptions.md --- examples/generatorOptions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/generatorOptions.md b/examples/generatorOptions.md index 893649b72..a9fc3c3c0 100644 --- a/examples/generatorOptions.md +++ b/examples/generatorOptions.md @@ -2,7 +2,7 @@ Kustomize provides options to modify the behavior of ConfigMap and Secret generators. These options include - - disable appending a content has suffix to the names of generated resources + - disable appending a content hash suffix to the names of generated resources - adding labels to generated resources - adding annotations to generated resources - changing shell and arguments for getting data from commands @@ -59,4 +59,4 @@ Run `kustomize build` and make sure that the generated ConfigMap $(kustomize build $DEMO_HOME | grep -A 1 "annotations" | grep "annotations.only.for.generated" | wc -l); \ echo $? ``` - \ No newline at end of file +