Skip to content

Commit

Permalink
keep optional connectionStringSecret field in global.postgres (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
caroltyk authored Oct 20, 2023
1 parent e2e4d97 commit d7518e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tyk-single-dc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ global:
password:
database: tyk_analytics
sslmode:
# Connection string can also be set using a secret. Provide the name of the secret and key below.
# connectionStringSecret:
# name: ""
# keyName: ""

# Choose the storageType for Tyk. [ "mongo", "postgres" ]
storageType: &globalStorageType postgres
Expand Down

0 comments on commit d7518e3

Please sign in to comment.