removing Prometheus
This commit is contained in:
parent
d67b2a6555
commit
73a4850b12
|
|
@ -31,4 +31,5 @@ jobs:
|
|||
owner: philips-internal
|
||||
repo: hds-auth-gateway
|
||||
github_token: ${{ env.GITHUB_TOKEN }}
|
||||
workflow_file_name: cd.yaml
|
||||
workflow_file_name: cd.yaml
|
||||
ref: master
|
||||
|
|
@ -33,4 +33,5 @@ jobs:
|
|||
owner: philips-internal
|
||||
repo: hds-auth-gateway
|
||||
github_token: ${{ env.GITHUB_TOKEN }}
|
||||
workflow_file_name: ci.yaml
|
||||
workflow_file_name: ci.yaml
|
||||
ref: master
|
||||
|
|
@ -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
|
||||
}
|
||||
Loading…
Reference in New Issue