Skip to content

Commit

Permalink
docs: Update workflow-controller-configmap.yaml with SSL options (#3924)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcwienczek authored Sep 2, 2020
1 parent 7e6a891 commit d4cf0d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/workflow-controller-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ data:
passwordSecret:
name: argo-postgres-config
key: password
ssl: true
# sslMode must be one of: disable, require, verify-ca, verify-full
# you can find more information about those ssl options here: https://godoc.org/github.com/lib/pq
sslMode: require
# Optional config for mysql:
# mysql:
Expand Down

0 comments on commit d4cf0d2

Please sign in to comment.