From 0fcaba038605b419d534cb6160b588ca4c47bd1f Mon Sep 17 00:00:00 2001 From: Stefan Sedich Date: Fri, 8 May 2020 14:21:39 -0700 Subject: [PATCH] Update values.yaml --- charts/argo/values.yaml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/charts/argo/values.yaml b/charts/argo/values.yaml index b42bfa89..156f9926 100644 --- a/charts/argo/values.yaml +++ b/charts/argo/values.yaml @@ -34,23 +34,23 @@ controller: path: /metrics port: 8080 persistence: {} - # connectionPool: - # maxIdleConns: 100 - # maxOpenConns: 0 - # # save the entire workflow into etcd and DB - # nodeStatusOffLoad: false - # postgresql: - # host: localhost - # port: 5432 - # database: postgres - # tableName: argo_workflows - # # the database secrets must be in the same namespace of the controller - # userNameSecret: - # name: argo-postgres-config - # key: username - # passwordSecret: - # name: argo-postgres-config - # key: password + # connectionPool: + # maxIdleConns: 100 + # maxOpenConns: 0 + # # save the entire workflow into etcd and DB + # nodeStatusOffLoad: false + # postgresql: + # host: localhost + # port: 5432 + # database: postgres + # tableName: argo_workflows + # # the database secrets must be in the same namespace of the controller + # userNameSecret: + # name: argo-postgres-config + # key: username + # passwordSecret: + # name: argo-postgres-config + # key: password workflowDefaults: {} # Only valid for 2.7+ # spec: # ttlStrategy: