Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwalkafwalka <aaron.walker@goldenhippo.com>2019-01-04 21:50:52 +0300
committerwalkafwalka <aaron.walker@goldenhippo.com>2019-01-04 21:50:52 +0300
commitf650f9a4b214ae9e36efdc65d05d26a01f8dbbb9 (patch)
tree6362dff3e741f3aa171f524d3a45a2c5f27e9f3b /doc/topics/autodevops/index.md
parent2ab68a2341ba0925e434dd0270ef2b0e9934be4e (diff)
Added feature to specify a custom Auto DevOps chart repository
Diffstat (limited to 'doc/topics/autodevops/index.md')
-rw-r--r--doc/topics/autodevops/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index e937d372384..73b67c6f7e2 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -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`