From 299af29c47632523124ab115c102791c93fff771 Mon Sep 17 00:00:00 2001 From: Jochen Ehret Date: Fri, 6 Dec 2024 10:43:23 +0100 Subject: [PATCH] Update bellatrix lb certificate config --- ci/infrastructure.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/infrastructure.yml b/ci/infrastructure.yml index 642c6ca8..7e8dd7c0 100644 --- a/ci/infrastructure.yml +++ b/ci/infrastructure.yml @@ -265,8 +265,8 @@ stable-bbl-up-task: &stable-bbl-up-task-config BBL_GCP_REGION: europe-west3 BBL_GCP_SERVICE_ACCOUNT_KEY: environments/test/bellatrix/bellatrix.key.json BBL_IAAS: gcp - BBL_LB_CERT: ../lb-certs/cert.pem - BBL_LB_KEY: ../lb-certs/key.pem + BBL_LB_CERT: ((bellatrix_lb.certificate)) + BBL_LB_KEY: ((bellatrix_lb.private_key)) BBL_STATE_DIR: environments/test/bellatrix/bbl-state GIT_COMMIT_EMAIL: "app-deployments@cloudfoundry.org" GIT_COMMIT_USERNAME: "ARD WG Bot"