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:
parent
206372b7aa
commit
44686298f2
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue