summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornathanbietz <nate@voicedisplays.com>2019-07-09 07:35:03 +0000
committernathanbietz <nate@voicedisplays.com>2019-07-09 07:35:03 +0000
commit4e5d8132b486c8e1379809135de9648df922565b (patch)
treeed30078ef402b6e3eb702cc6a077fb0b5c56327f
parent45df4c2304f6d84c3f39c2ea789047d878c81b4e (diff)
downloadgitlab-ce-4e5d8132b486c8e1379809135de9648df922565b.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 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]**