From 34142063e44898703cad49700ca538c8d5f541ab Mon Sep 17 00:00:00 2001 From: giangcsp Date: Sun, 13 Aug 2023 18:40:52 +0700 Subject: [PATCH] fix(argo-workflows): add ssl entries in values.yaml --- charts/argo-workflows/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/argo-workflows/values.yaml b/charts/argo-workflows/values.yaml index bfc3ce3f..f89212a5 100644 --- a/charts/argo-workflows/values.yaml +++ b/charts/argo-workflows/values.yaml @@ -149,6 +149,8 @@ controller: # port: 5432 # database: postgres # tableName: argo_workflows + # ssl: false + # sslMode: prefer # # the database secrets must be in the same namespace of the controller # userNameSecret: # name: argo-postgres-config