From 359a502d371543170804d3390edcdd3737017621 Mon Sep 17 00:00:00 2001 From: Sophie Wigmore Date: Fri, 10 May 2019 10:11:53 -0400 Subject: [PATCH] Fixed formatting of postgres_ca_cert in vars.yml [#165470573] https://github.com/concourse/concourse-bosh-deployment/pull/160 Signed-off-by: Genevieve LEsperance --- bin/deploy_concourse | 2 +- operations/concourse/fix-postgres-tls.yml | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 operations/concourse/fix-postgres-tls.yml diff --git a/bin/deploy_concourse b/bin/deploy_concourse index 5a68c2d1..fd24c959 100755 --- a/bin/deploy_concourse +++ b/bin/deploy_concourse @@ -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 \ @@ -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 diff --git a/operations/concourse/fix-postgres-tls.yml b/operations/concourse/fix-postgres-tls.yml deleted file mode 100644 index bce56f7b..00000000 --- a/operations/concourse/fix-postgres-tls.yml +++ /dev/null @@ -1,7 +0,0 @@ -- type: replace - path: /instance_groups/name=web/jobs/name=web/properties/postgresql/ca_cert?/certificate? - value: ((postgres_ca_cert)) -- type: replace - path: /instance_groups/name=web/jobs/name=web/properties/postgresql/sslmode? - value: verify-ca -