fix(argo-workflows): add ssl entries in values.yaml
This commit is contained in:
parent
a64615414d
commit
34142063e4
1 changed files with 2 additions and 0 deletions
|
@ -149,6 +149,8 @@ controller:
|
||||||
# port: 5432
|
# port: 5432
|
||||||
# database: postgres
|
# database: postgres
|
||||||
# tableName: argo_workflows
|
# tableName: argo_workflows
|
||||||
|
# ssl: false
|
||||||
|
# sslMode: prefer
|
||||||
# # the database secrets must be in the same namespace of the controller
|
# # the database secrets must be in the same namespace of the controller
|
||||||
# userNameSecret:
|
# userNameSecret:
|
||||||
# name: argo-postgres-config
|
# name: argo-postgres-config
|
||||||
|
|
Loading…
Reference in a new issue