Skip to content

Commit

Permalink
Merge pull request #254 from chenweienn/master
Browse files Browse the repository at this point in the history
fix ```external-postgres-tls.yml```
  • Loading branch information
taylorsilva authored Apr 5, 2024
2 parents ddd5b64 + e8a9117 commit 80389ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cluster/operations/external-postgres-tls.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# requires the external-postgres.yml op file
- type: replace
path: /instance_groups/name=web/jobs/name=web/properties/postgresql/ca_cert?
value: ((postgres_ca_cert))
value:
certificate: ((postgres_ca_cert))
- type: replace
path: /instance_groups/name=web/jobs/name=web/properties/postgresql/sslmode?
value: verify-ca

0 comments on commit 80389ea

Please sign in to comment.