Skip to content

Commit

Permalink
Fix spec for external db changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisjbell committed Jul 31, 2023
1 parent ca73441 commit c7a8256
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions spec/results/external-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,12 +312,19 @@ instance_groups:
url: https://10.99.0.25:8844/api/
cpi_job: vsphere_cpi
db:
adapter: postgres
database: bosh
host: test-external-host
password: <!{meta.vault}/external-db/bosh_user:password!>
port: 5432
tls:
cert:
ca: |
test
db
ca
enabled: true
user: bosh_user
enable_dedicated_status_worker: true
enable_nats_delivered_templates: true
enable_post_deploy: true
Expand Down Expand Up @@ -387,6 +394,11 @@ instance_groups:
password: <!{meta.vault}/external-db/bosh_user:password!>
port: 5432
tls:
cert:
ca: |
test
db
ca
enabled: true
user: bosh_user
vcenter:
Expand Down

0 comments on commit c7a8256

Please sign in to comment.