summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-02-01 14:33:19 +0100
committerRémy Coutable <remy@rymai.me>2019-02-01 14:33:27 +0100
commite86f0cc212a43a52c46d652294eee49480380351 (patch)
treec59b7fd9de98226289e0f1d434d0ea62b4c0a070
parent3440aa7fa94555a2ff0693c0044bd23d01aca63d (diff)
downloadgitlab-ce-e86f0cc212a43a52c46d652294eee49480380351.tar.gz
Don't install Prometheus in Review Apps
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rwxr-xr-xscripts/review_apps/review-apps.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/review_apps/review-apps.sh b/scripts/review_apps/review-apps.sh
index 14aa5b9f9d0..a0661998bc1 100755
--- a/scripts/review_apps/review-apps.sh
+++ b/scripts/review_apps/review-apps.sh
@@ -143,6 +143,7 @@ HELM_CMD=$(cat << EOF
--set global.hosts.hostSuffix="$HOST_SUFFIX" \
--set global.hosts.domain="$REVIEW_APPS_DOMAIN" \
--set certmanager.install=false \
+ --set prometheus.install=false \
--set global.ingress.configureCertmanager=false \
--set global.ingress.tls.secretName=tls-cert \
--set global.ingress.annotations."external-dns\.alpha\.kubernetes\.io/ttl"="10"