summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Lambert <joshua@gitlab.com>2017-09-26 03:29:10 +0000
committerJoshua Lambert <joshua@gitlab.com>2017-09-26 03:29:10 +0000
commit6ccaa814d8e4e68773da3d80d8a72b1746db655b (patch)
tree2789ad4a6957fd8297144ea51bf378233bb9eb98
parent56d8610fc78bb82e650570cee0520a34abd6e728 (diff)
downloadgitlab-ce-6ccaa814d8e4e68773da3d80d8a72b1746db655b.tar.gz
Update gitlab_omnibus.md
-rw-r--r--doc/install/kubernetes/gitlab_omnibus.md2
1 files changed, 1 insertions, 1 deletions
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