From 5796c71c8fab97046b0ef44459f7884d3d3f7571 Mon Sep 17 00:00:00 2001 From: Tom Firth Date: Tue, 26 May 2020 14:38:46 +0100 Subject: [PATCH] Add archive option to values.yaml to clarify persistence options --- charts/argo/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/argo/values.yaml b/charts/argo/values.yaml index 7f0eead3..8f8e825d 100644 --- a/charts/argo/values.yaml +++ b/charts/argo/values.yaml @@ -39,6 +39,8 @@ controller: # maxOpenConns: 0 # # save the entire workflow into etcd and DB # nodeStatusOffLoad: false + # # enable archiving of old workflows + # archive: false # postgresql: # host: localhost # port: 5432