From 6ccaa814d8e4e68773da3d80d8a72b1746db655b Mon Sep 17 00:00:00 2001 From: Joshua Lambert Date: Tue, 26 Sep 2017 03:29:10 +0000 Subject: Update gitlab_omnibus.md --- doc/install/kubernetes/gitlab_omnibus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/kubernetes/gitlab_omnibus.md b/doc/install/kubernetes/gitlab_omnibus.md index 48a58b78b43..5708570f492 100644 --- a/doc/install/kubernetes/gitlab_omnibus.md +++ b/doc/install/kubernetes/gitlab_omnibus.md @@ -148,7 +148,7 @@ helm install --name gitlab --set baseDomain=gitlab.io,baseIP=1.1.1.1,gitlab=ee,g ## Updating GitLab using the Helm Chart ->**Note**: If you are upgrading from a previous version to 0.1.35 or above, you will need to change the access mode values for the GitLab storage. To do this, set the following in `values.yaml` or on the CLI: +>**Note**: If you are upgrading from a previous version to 0.1.35 or above, you will need to change the access mode values for GitLab's storage. To do this, set the following in `values.yaml` or on the CLI: ``` gitlabDataAccessMode=ReadWriteMany gitlabRegistryAccessMode=ReadWriteMany -- cgit v1.2.1