diff options
author | Daniel Gruesso <dgruesso@gitlab.com> | 2019-01-25 02:11:36 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-01-25 02:11:36 +0000 |
commit | f4dd51d5457a3ff6ca134b5a0ad17a2c1ec30ff0 (patch) | |
tree | 9b3106b0e3ddb27540994bab8d81ea3f138f8ba1 /doc | |
parent | d6239b88b25e64aefaee0b272f082f24c5a97881 (diff) | |
download | gitlab-ce-f4dd51d5457a3ff6ca134b5a0ad17a2c1ec30ff0.tar.gz |
Specify use of custom helm chart per env
Diffstat (limited to 'doc')
-rw-r--r-- | doc/topics/autodevops/index.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md index 68e50a61151..ff798a51eb7 100644 --- a/doc/topics/autodevops/index.md +++ b/doc/topics/autodevops/index.md @@ -634,6 +634,11 @@ repo or by specifying a project variable: - **Project variable** - Create a [project variable](../../ci/variables/README.md#variables) `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. +### Custom Helm chart per environment **[PREMIUM]** + +You can specify the use of a custom Helm chart per environment by scoping the environment variable +to the desired environment. See [Limiting environment scopes of variables](https://docs.gitlab.com/ee/ci/variables/#limiting-environment-scopes-of-variables-premium). + ### Customizing `.gitlab-ci.yml` If you want to modify the CI/CD pipeline used by Auto DevOps, you can copy the |