提交 f650f9a4 编写于 作者: W walkafwalka

Added feature to specify a custom Auto DevOps chart repository

上级 2ab68a23
---
title: Added feature to specify a custom Auto DevOps chart repository
merge_request: 24162
author: walkafwalka
type: added
......@@ -609,7 +609,7 @@ repo or by specifying a project variable:
one](https://gitlab.com/charts/auto-deploy-app).
This can be a great way to control exactly how your application is deployed.
- **Project variable** - Create a [project variable](../../ci/variables/README.md#variables)
`AUTO_DEVOPS_CHART` with the URL of a custom chart to use.
`AUTO_DEVOPS_CHART` with the URL of a custom chart to use or create two project variables `AUTO_DEVOPS_CHART_REPOSITORY` with the URL of a custom chart repository and `AUTO_DEVOPS_CHART` with the path to the chart.
### Customizing `.gitlab-ci.yml`
......
......@@ -793,7 +793,7 @@ rollout 100%:
fi
helm init --client-only
helm repo add gitlab https://charts.gitlab.io
helm repo add gitlab ${AUTO_DEVOPS_CHART_REPOSITORY:-https://charts.gitlab.io}
if [[ ! -d "$auto_chart" ]]; then
helm fetch ${auto_chart} --untar
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册