diff options
author | nathanbietz <nate@voicedisplays.com> | 2019-07-09 07:35:03 +0000 |
---|---|---|
committer | nathanbietz <nate@voicedisplays.com> | 2019-07-09 07:35:03 +0000 |
commit | 4e5d8132b486c8e1379809135de9648df922565b (patch) | |
tree | ed30078ef402b6e3eb702cc6a077fb0b5c56327f /doc/topics | |
parent | 45df4c2304f6d84c3f39c2ea789047d878c81b4e (diff) | |
download | gitlab-ce-4e5d8132b486c8e1379809135de9648df922565b.tar.gz |
Apply suggestion to doc/topics/autodevops/index.md
Diffstat (limited to 'doc/topics')
-rw-r--r-- | doc/topics/autodevops/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md index fa0b71ebcde..21ca41b962a 100644 --- a/doc/topics/autodevops/index.md +++ b/doc/topics/autodevops/index.md @@ -656,7 +656,7 @@ repo or by specifying a project variable: `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. You can also make use of the `HELM_UPGRADE_EXTRA_ARGS` environment variable to override the default values in the `values.yaml` file in the [default Helm chart](https://gitlab.com/gitlab-org/charts/auto-deploy-app). -To apply your own `values.yaml` file to all Helm upgrade commands in Auto Deploy set `HELM_UPGRADE_EXTRA_ARGS` to `--values my-values.yaml` (or `-f my-values.yaml`). +To apply your own `values.yaml` file to all Helm upgrade commands in Auto Deploy set `HELM_UPGRADE_EXTRA_ARGS` to `--values my-values.yaml`. ### Custom Helm chart per environment **[PREMIUM]** |