From c709d508eec5d345d8e61bcbeb14f9501d41fdbe Mon Sep 17 00:00:00 2001 From: Mike Dvorak Date: Tue, 9 Jun 2020 10:46:09 -0700 Subject: [PATCH] moved archive option to a comment --- charts/argo/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/argo/values.yaml b/charts/argo/values.yaml index 6d2832df..9011d836 100644 --- a/charts/argo/values.yaml +++ b/charts/argo/values.yaml @@ -34,7 +34,6 @@ controller: path: /metrics port: 8080 persistence: - archive: false # connectionPool: # maxIdleConns: 100 # maxOpenConns: 0 @@ -52,6 +51,8 @@ controller: # passwordSecret: # name: argo-postgres-config # key: password + # # show archived workflows in argo-server after workflow pods are deleted, requires postgresql + # archive: true workflowDefaults: {} # Only valid for 2.7+ # spec: # ttlStrategy: