diff options
author | kyle hunter <kyle_hunter@bcit.ca> | 2018-07-20 18:00:37 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-08-29 17:35:36 +0200 |
commit | 22a2ab2be972c740164e66916eedc56509d4a7fd (patch) | |
tree | 0337ba9268d059bf0edc1bfc04330c65b52670e6 /doc/install | |
parent | 69168793365c0fc3828d516e389a1aecdaf9d07f (diff) | |
download | gitlab-ce-22a2ab2be972c740164e66916eedc56509d4a7fd.tar.gz |
Fixes broken link to values.yaml in Update gitlab_omnibus.md
Originally submitted at
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6617.
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/kubernetes/gitlab_omnibus.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/kubernetes/gitlab_omnibus.md b/doc/install/kubernetes/gitlab_omnibus.md index d80cb6ad374..17b82373b5f 100644 --- a/doc/install/kubernetes/gitlab_omnibus.md +++ b/doc/install/kubernetes/gitlab_omnibus.md @@ -101,7 +101,7 @@ Other common configuration options: - `provider`: Optimizes the deployment for a cloud provider. The default is `gke` for [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine/), with `acs` also supported for the [Azure Container Service](https://azure.microsoft.com/en-us/services/container-service/). For additional configuration options, consult the -[`values.yaml`](https://gitlab.com/charts/charts.gitlab.io/blob/master/charts/gitlab-omnibus/values.yaml). +[`values.yaml`](https://gitlab.com/charts/gitlab-omnibus/blob/master/values.yaml). ### Choosing a different GitLab release version |