Commit e86f0cc2 authored by Rémy Coutable's avatar Rémy Coutable

Don't install Prometheus in Review Apps

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 3440aa7f
...@@ -143,6 +143,7 @@ HELM_CMD=$(cat << EOF ...@@ -143,6 +143,7 @@ HELM_CMD=$(cat << EOF
--set global.hosts.hostSuffix="$HOST_SUFFIX" \ --set global.hosts.hostSuffix="$HOST_SUFFIX" \
--set global.hosts.domain="$REVIEW_APPS_DOMAIN" \ --set global.hosts.domain="$REVIEW_APPS_DOMAIN" \
--set certmanager.install=false \ --set certmanager.install=false \
--set prometheus.install=false \
--set global.ingress.configureCertmanager=false \ --set global.ingress.configureCertmanager=false \
--set global.ingress.tls.secretName=tls-cert \ --set global.ingress.tls.secretName=tls-cert \
--set global.ingress.annotations."external-dns\.alpha\.kubernetes\.io/ttl"="10" --set global.ingress.annotations."external-dns\.alpha\.kubernetes\.io/ttl"="10"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment