Skip to content
Snippets Groups Projects
Commit de55814d authored by Andres Anaya Amariels's avatar Andres Anaya Amariels :rocket:
Browse files

helm upgrade

parent e66e6cdc
No related branches found
No related tags found
No related merge requests found
......@@ -390,7 +390,7 @@ deploy_ocf_dev:
echo "### download dependencies###"
helm dependency build helm/capif
echo "### updating capif###"
helm upgrade --install -n $NAMESPACE_DEV ocf-developer helm/capif/
helm upgrade --install -n $NAMESPACE_DEV ocf-developer helm/capif/ \
--set monitoring.grafana.ingress.hosts[0].host=capif-$CI_ENVIRONMENT_SLUG.$DOMAIN_DEV \
--set monitoring.grafana.ingress.hosts[0].paths[0].path="/" \
--set monitoring.grafana.ingress.hosts[0].paths[0].pathType="Prefix" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment