From 1d900038695e163528b165326f54603bb38c3bc1 Mon Sep 17 00:00:00 2001 From: andresanaya21 Date: Wed, 22 May 2024 17:14:20 +0200 Subject: [PATCH] no prometheus option --- capif/templates/cd-deploy-ocf.gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/capif/templates/cd-deploy-ocf.gitlab-ci.yml b/capif/templates/cd-deploy-ocf.gitlab-ci.yml index f62582f..34aa9e5 100644 --- a/capif/templates/cd-deploy-ocf.gitlab-ci.yml +++ b/capif/templates/cd-deploy-ocf.gitlab-ci.yml @@ -137,7 +137,6 @@ deploy_ocf_dev: - helm upgrade --install -n $NAMESPACE_DEV ocf-developer helm/capif/ \ --set nginx.nginx.env.capifHostname=capif-$CI_ENVIRONMENT_SLUG.$DOMAIN_DEV \ --set nginx.nginx.env.registerHostname=register-$CI_ENVIRONMENT_SLUG.$DOMAIN_DEV \ - --set monitoring.prometheus.enable="" \ --set monitoring.grafana.ingress.hosts[0].host="grafana-$CI_ENVIRONMENT_SLUG.$DOMAIN_PROD" \ --set monitoring.grafana.ingress.hosts[0].paths[0].path="/" \ --set monitoring.grafana.ingress.hosts[0].paths[0].pathType="Prefix" \ -- GitLab