From 66f38b87fcf8662ce20afaebd436ae4face77b6f Mon Sep 17 00:00:00 2001 From: Rajshekar Reddy Date: Wed, 1 Feb 2023 09:59:48 +0530 Subject: [PATCH] added comment for root file system flag and updated the key names for tls certificates Signed-off-by: Rajshekar Reddy --- charts/argo-workflows/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-workflows/values.yaml b/charts/argo-workflows/values.yaml index 0bef7bda..93b79f93 100644 --- a/charts/argo-workflows/values.yaml +++ b/charts/argo-workflows/values.yaml @@ -115,7 +115,7 @@ controller: capabilities: drop: - ALL - # # readOnlyRootFilesystem should be false SSL when using postgres + # # readOnlyRootFilesystem should be false when postgres SSL is enabled and sslmode is one of the require|verify-ca|verify-full value # readOnlyRootFilesystem: false # -- enable persistence using postgres persistence: {}