Document verify in releases (#632)

Just a one liner in the readme to make it clear there's a `verify` option in the `releases` section 😄
This commit is contained in:
jonathan cowling msm 2019-05-31 14:50:45 +01:00 committed by KUOKA Yusuke
parent 206372b7aa
commit 44686298f2
1 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,8 @@ releases:
# will attempt to decrypt it using helm-secrets plugin # will attempt to decrypt it using helm-secrets plugin
secrets: secrets:
- vault_secret.yaml - 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 for k8s resources via --wait. Defaults to `false`
wait: true 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) # time in seconds to wait for any individual Kubernetes operation (like Jobs for hooks, and waits on pod/pvc/svc/deployment readiness) (default 300)