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:
authorAchilleas Pipinellis <axil@gitlab.com>2017-11-15 08:59:49 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2017-11-15 08:59:49 +0300
commitf2997af4d5cdec3266d3178edeedc36d4e590062 (patch)
tree9c124821a6a4383a0e705a7d4a2ee8478ff4f4b5
parentc27a73b506a201830cc58b212b9c04be30f85f9b (diff)
parent793c38787f6e7312cc5c3fc3af2f49de05a5b6fe (diff)
Merge branch 'patch-2' into 'master'
Replace 'charts' with 'chart' See merge request gitlab-org/gitlab-ce!15385
-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 1cfdabac248..28308fc905c 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -321,7 +321,7 @@ Auto DevOps uses [Helm](https://helm.sh/) to deploy your application to Kubernet
You can override the Helm chart used by bundling up a chart into your project
repo or by specifying a project variable:
-- **Bundled chart** - If your project has a `./charts` directory with a `Chart.yaml`
+- **Bundled chart** - If your project has a `./chart` directory with a `Chart.yaml`
file in it, Auto DevOps will detect the chart and use it instead of the [default
one](https://gitlab.com/charts/charts.gitlab.io/tree/master/charts/auto-deploy-app).
This can be a great way to control exactly how your application is deployed.