From 9ec4a85821c06601dd3fe35c4effbed59089b48e Mon Sep 17 00:00:00 2001 From: isindir Date: Mon, 19 Oct 2020 00:48:39 +0100 Subject: [PATCH] Minor README improvement (#1543) Fixes #1544 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d7223c76..c95e64c0 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,8 @@ helmDefaults: historyMax: 10 # when using helm 3.2+, automatically create release namespaces if they do not exist (default true) createNamespace: true + # if used with charts museum allows to pull unstable charts for deployment, for example: if 1.2.3 and 1.2.4-dev versions exist and set to true, 1.2.4-dev will be pulled (default false) + devel: true # these labels will be applied to all releases in a Helmfile. Useful in templating if you have a helmfile per environment or customer and don't want to copy the same label to each release commonLabels: