From 73a4850b12f389b68249c99006571c1639e9ec3e Mon Sep 17 00:00:00 2001 From: aswin-in-philips Date: Sat, 14 May 2022 12:32:42 +0530 Subject: [PATCH] removing Prometheus --- .github/workflows/api-gw-integrated-test.yaml | 3 ++- .github/workflows/ci-gated.yaml | 3 ++- deploy/dependent_modules/api-gateway/data.tf | 5 ----- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/api-gw-integrated-test.yaml b/.github/workflows/api-gw-integrated-test.yaml index 3baa55fa..f37c18cf 100644 --- a/.github/workflows/api-gw-integrated-test.yaml +++ b/.github/workflows/api-gw-integrated-test.yaml @@ -31,4 +31,5 @@ jobs: owner: philips-internal repo: hds-auth-gateway github_token: ${{ env.GITHUB_TOKEN }} - workflow_file_name: cd.yaml \ No newline at end of file + workflow_file_name: cd.yaml + ref: master \ No newline at end of file diff --git a/.github/workflows/ci-gated.yaml b/.github/workflows/ci-gated.yaml index 77882d28..347f0b70 100644 --- a/.github/workflows/ci-gated.yaml +++ b/.github/workflows/ci-gated.yaml @@ -33,4 +33,5 @@ jobs: owner: philips-internal repo: hds-auth-gateway github_token: ${{ env.GITHUB_TOKEN }} - workflow_file_name: ci.yaml \ No newline at end of file + workflow_file_name: ci.yaml + ref: master \ No newline at end of file diff --git a/deploy/dependent_modules/api-gateway/data.tf b/deploy/dependent_modules/api-gateway/data.tf index e9d66c4c..3080630c 100644 --- a/deploy/dependent_modules/api-gateway/data.tf +++ b/deploy/dependent_modules/api-gateway/data.tf @@ -21,9 +21,4 @@ data "cloudfoundry_service" "data_redis_service" { data "cloudfoundry_service" "vault" { name = "hsdp-vault" -} - -data "cloudfoundry_app" "Prometheus" { - name_or_id = "3ad08628-ae45-40b5-8ae7-f039b5f82b8f" - space = var.cf_space } \ No newline at end of file