summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornathanbietz <nate@voicedisplays.com>2019-07-09 07:30:45 +0000
committernathanbietz <nate@voicedisplays.com>2019-07-09 07:30:45 +0000
commit45df4c2304f6d84c3f39c2ea789047d878c81b4e (patch)
tree2ebe49d2d87f871867676cf876374df2c39a7739
parenta0227808a6be96d4c4a8dfb2ed38bb98ebb90e6d (diff)
downloadgitlab-ce-45df4c2304f6d84c3f39c2ea789047d878c81b4e.tar.gz
Apply suggestion 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 34c472497c7..fa0b71ebcde 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -655,7 +655,7 @@ repo or by specifying a project variable:
- **Project variable** - Create a [project variable](../../ci/variables/README.md#gitlab-cicd-environment-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.
-You can also make use of the `HELM_UPGRADE_EXTRA_ARGS` environment variable to ovrride the default values in the `values.yaml` file in the [default Helm chart](https://gitlab.com/gitlab-org/charts/auto-deploy-app).
+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`).
### Custom Helm chart per environment **[PREMIUM]**