summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Lambert <joshua@gitlab.com>2017-09-02 01:00:16 -0400
committerJoshua Lambert <joshua@gitlab.com>2017-09-02 01:00:16 -0400
commit6449e5a696ef47a694bac636f9327385167613d8 (patch)
treecccee1628ba3e0deeb5983a27b3c6adb7bc89d5e
parent545db31eaf6e8572f35e887b5ad01750d81e7939 (diff)
downloadgitlab-ce-37295-further-improvements-to-helm-chart-documentation-docs.tar.gz
-rw-r--r--doc/install/kubernetes/gitlab_chart.md2
-rw-r--r--doc/install/kubernetes/index.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/kubernetes/gitlab_chart.md b/doc/install/kubernetes/gitlab_chart.md
index 877fea7e12a..a339bc23809 100644
--- a/doc/install/kubernetes/gitlab_chart.md
+++ b/doc/install/kubernetes/gitlab_chart.md
@@ -1,6 +1,6 @@
# GitLab Helm Chart
> **Note:**
-* > *Note*: This chart will be replaced by the [gitlab-omnibus](gitlab_omnibus.md) chart, once it supports [additional configuration options](https://gitlab.com/charts/charts.gitlab.io/issues/68).
+* > **Note**: This chart will be replaced by the [gitlab-omnibus](gitlab_omnibus.md) chart, once it supports [additional configuration options](https://gitlab.com/charts/charts.gitlab.io/issues/68).
* Officially supported cloud providers are Google Container Service and Azure Container Service.
The `gitlab` Helm chart deploys just GitLab into your Kubernetes cluster, and offers extensive configuration options. For most deployments we recommended the [gitlab-omnibus](gitlab_omnibus.md) chart,
diff --git a/doc/install/kubernetes/index.md b/doc/install/kubernetes/index.md
index 71a85bb5402..fb6c0c2d263 100644
--- a/doc/install/kubernetes/index.md
+++ b/doc/install/kubernetes/index.md
@@ -19,7 +19,7 @@ These charts utilize our [GitLab Omnibus Docker images](https://docs.gitlab.com/
https://gitlab.com/charts/charts.gitlab.io/issues.
### Deploying GitLab on Kubernetes
-> *Note*: This chart will eventually be replaced by the [cloud native charts](#upcoming-cloud-native-helm-charts), which are presently in development.
+> **Note**: This chart will eventually be replaced by the [cloud native charts](#upcoming-cloud-native-helm-charts), which are presently in development.
The best way to deploy GitLab on Kubernetes is to use the [gitlab-omnibus](gitlab_omnibus.md) chart.
@@ -32,7 +32,7 @@ To deploy just the [GitLab Runner](https://docs.gitlab.com/runner/), utilize the
It offers a quick way to configure and deploy the Runner on Kubernetes, regardless of where your GitLab server may be running.
### Advanced deployment of GitLab
-> *Note*: This chart will be replaced by the [gitlab-omnibus](gitlab_omnibus.md) chart, once it supports [additional configuration options](https://gitlab.com/charts/charts.gitlab.io/issues/68).
+> **Note**: This chart will be replaced by the [gitlab-omnibus](gitlab_omnibus.md) chart, once it supports [additional configuration options](https://gitlab.com/charts/charts.gitlab.io/issues/68).
If advanced configuration of GitLab is required, the beta [gitlab](gitlab_chart.md) chart can be used which deploys the GitLab service along with optional Postgres and Redis. It offers extensive configuration, but requires deep knowledge of Kubernetes and Helm to use.