diff options
author | Nestor Pestelos <ngpestelos@gmail.com> | 2017-11-14 19:31:20 +0000 |
---|---|---|
committer | Nestor G Pestelos Jr <ngpestelos@gmail.com> | 2017-11-15 05:56:53 +0800 |
commit | 793c38787f6e7312cc5c3fc3af2f49de05a5b6fe (patch) | |
tree | 295a075ba94dcd007a45d1ab209767ebe049385f /doc/topics | |
parent | f3454b2e776203b331cc25226f2943c82a28d4c8 (diff) | |
download | gitlab-ce-793c38787f6e7312cc5c3fc3af2f49de05a5b6fe.tar.gz |
Replace 'charts' with 'chart'
Auto DevOps' gitlab-ci.yml expects a directory named 'chart'.
See also: https://gitlab.com/gitlab-org/gitlab-ci-yml/merge_requests/114
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 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. |