disable set for default for ssl
All checks were successful
lint-test-helm / lint-helm (push) Successful in 21s
render-manifests-push / render-manifests-push (push) Successful in 35s
renovate / renovate (push) Successful in 1m14s

This commit is contained in:
2025-12-11 15:39:15 -06:00
parent 9f776bceaa
commit e8611df1d9

View File

@@ -175,7 +175,7 @@ postgres-18-cluster:
port: 5432 port: 5432
username: app username: app
database: app database: app
sslMode: "ignore" sslMode: "disable"
passwordSecret: passwordSecret:
name: argo-workflows-postgresql-17-cluster-app name: argo-workflows-postgresql-17-cluster-app
key: password key: password