Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz8 committed Feb 12, 2024
1 parent b64ba35 commit 3b536c6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions charts/temporal/values/values.postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ server:
# enabled: true
# enableHostVerification: true
# serverName: _HOST_ # this is strictly required when using serverless CRDB offerings
# caFile: /path/to/certs/<CA-file> # Here we assumed that caFile, certFile, keyFile are stored in one secret mounted as 'secret-with-certs' (see: server.additionalVolumes and server.additionalVolumeMounts sections).
# certFile: /path/to/certs/<client-cert-file>
# keyFile: /path/to/certs/<client-key-file>

visibility:
driver: "sql"
Expand All @@ -40,6 +43,17 @@ server:
# enabled: true
# enableHostVerification: true
# serverName: _HOST_ # this is strictly required when using serverless CRDB offerings
# caFile: /path/to/certs/<CA-file> # Here we assumed that caFile, certFile, keyFile are stored in one secret mounted as 'secret-with-certs' (see: server.additionalVolumes and server.additionalVolumeMounts sections).
# certFile: /path/to/certs/<client-cert-file>
# keyFile: /path/to/certs/<client-key-file>

# additionalVolumes:
# - name: secret-with-certs
# secret:
# secretName: secret-with-certs
# additionalVolumeMounts:
# - name: secret-with-certs
# mountPath: /path/to/certs/

cassandra:
enabled: false
Expand Down

0 comments on commit 3b536c6

Please sign in to comment.