Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
Fixed formatting of postgres_ca_cert in vars.yml
Browse files Browse the repository at this point in the history
[#165470573]
concourse/concourse-bosh-deployment#160

Signed-off-by: Genevieve LEsperance <glesperance@pivotal.io>
  • Loading branch information
Sophie Wigmore authored and Genevieve LEsperance committed May 10, 2019
1 parent d44c212 commit 359a502
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion bin/deploy_concourse
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ bosh_target "spitfire"
bosh -d concourse deploy ${CONCOURSE_DEPLOYMENT}/cluster/concourse.yml \
-v deployment_name=concourse \
-o ${CONCOURSE_DEPLOYMENT}/cluster/operations/external-postgres.yml \
-o ${CONCOURSE_DEPLOYMENT}/cluster/operations/external-postgres-tls.yml \
-o ${CONCOURSE_DEPLOYMENT}/cluster/operations/external-postgres-client-cert.yml \
-o ${CONCOURSE_DEPLOYMENT}/cluster/operations/github-auth.yml \
-o ${CONCOURSE_DEPLOYMENT}/cluster/operations/scale.yml \
Expand All @@ -49,7 +50,6 @@ bosh -d concourse deploy ${CONCOURSE_DEPLOYMENT}/cluster/concourse.yml \
-o ${GARDEN_WINDOWS_CI}/operations/concourse/use-1709-windows2016-stemcell.yml \
-o ${GARDEN_WINDOWS_CI}/operations/concourse/windows-bosh-ssh.yml \
-o ${GARDEN_WINDOWS_CI}/operations/concourse/linux-worker-garden-dns-servers.yml \
-o ${GARDEN_WINDOWS_CI}/operations/concourse/fix-postgres-tls.yml \
-l ${CONCOURSE_DEPLOYMENT}/versions.yml \
-l <(gsutil cat gs://$concourse_vars_project/concourse/vars.yml) \
--vars-store $DIR/creds.yml
Expand Down
7 changes: 0 additions & 7 deletions operations/concourse/fix-postgres-tls.yml

This file was deleted.

0 comments on commit 359a502

Please sign in to comment.