docs: Add archive option to values.yaml to clarify persistence options (#359)
This commit is contained in:
parent
bcc861a904
commit
3d94a95f5a
2 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||||
appVersion: v2.8.0
|
appVersion: v2.8.0
|
||||||
description: A Helm chart for Argo Workflows
|
description: A Helm chart for Argo Workflows
|
||||||
name: argo
|
name: argo
|
||||||
version: 0.9.3
|
version: 0.9.4
|
||||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
|
@ -39,6 +39,8 @@ controller:
|
||||||
# maxOpenConns: 0
|
# maxOpenConns: 0
|
||||||
# # save the entire workflow into etcd and DB
|
# # save the entire workflow into etcd and DB
|
||||||
# nodeStatusOffLoad: false
|
# nodeStatusOffLoad: false
|
||||||
|
# # enable archiving of old workflows
|
||||||
|
# archive: false
|
||||||
# postgresql:
|
# postgresql:
|
||||||
# host: localhost
|
# host: localhost
|
||||||
# port: 5432
|
# port: 5432
|
||||||
|
|
Loading…
Reference in a new issue