From cf5fb97232b3c89e990f69db2e78c45cd978ad9e Mon Sep 17 00:00:00 2001 From: Thong Kuah Date: Thu, 8 Nov 2018 14:59:36 +1300 Subject: Minor edits for style and sentences --- doc/user/project/clusters/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md index a8dc2074142..7a7bde1acd3 100644 --- a/doc/user/project/clusters/index.md +++ b/doc/user/project/clusters/index.md @@ -147,10 +147,10 @@ service accounts and privileges in order to install and run - A project service account with `edit` privileges will be created in the project namespace (also created by GitLab), which will be used in - [deployment jobs](#deployment-variables) + [deployment jobs](#deployment-variables). NOTE: **Note:** - Restricted service account for deployment was [introduced in 11.5](https://gitlab.com/gitlab-org/gitlab-ce/issues/51716). + Restricted service account for deployment was [introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/51716).in GitLab 11.5. - When you install Helm Tiller into your cluster, the `tiller` service account will be created with `cluster-admin` privileges in the `gitlab-managed-apps` @@ -392,8 +392,8 @@ GitLab CI/CD build environment. | `KUBE_URL` | Equal to the API URL. | | `KUBE_TOKEN` | The Kubernetes token of the [project service account](#access-controls). | | `KUBE_NAMESPACE` | The Kubernetes namespace is auto-generated if not specified. The default value is `-`. You can overwrite it to use different one if needed, otherwise the `KUBE_NAMESPACE` variable will receive the default value. | -| `KUBE_CA_PEM_FILE` | Only present if a custom CA bundle was specified. Path to a file containing PEM data. | -| `KUBE_CA_PEM` | (**deprecated**) Only if a custom CA bundle was specified. Raw PEM data. | +| `KUBE_CA_PEM_FILE` | Path to a file containing PEM data. Only present if a custom CA bundle was specified. | +| `KUBE_CA_PEM` | (**deprecated**) Raw PEM data. Only if a custom CA bundle was specified. | | `KUBECONFIG` | Path to a file containing `kubeconfig` for this deployment. CA bundle would be embedded if specified. | NOTE: **NOTE:** -- cgit v1.2.1