From 44686298f2030b8cdc6443a7887c6d0c0723c553 Mon Sep 17 00:00:00 2001 From: jonathan cowling msm <43136153+jonathan-cowling@users.noreply.github.com> Date: Fri, 31 May 2019 14:50:45 +0100 Subject: [PATCH] Document verify in releases (#632) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just a one liner in the readme to make it clear there's a `verify` option in the `releases` section 😄 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 348fe0c4..30baa4a1 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,8 @@ releases: # will attempt to decrypt it using helm-secrets plugin secrets: - vault_secret.yaml + # verify the chart before upgrading (only works with packaged charts not directories) + verify: true # wait for k8s resources via --wait. Defaults to `false` wait: true # time in seconds to wait for any individual Kubernetes operation (like Jobs for hooks, and waits on pod/pvc/svc/deployment readiness) (default 300)