summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2018-11-08 14:59:36 +1300
committerThong Kuah <tkuah@gitlab.com>2018-11-08 14:59:36 +1300
commitcf5fb97232b3c89e990f69db2e78c45cd978ad9e (patch)
treee51c9970d2b6401bb0a2b947d1100984f9ffdbdf
parent60b543d557c51e82cbbc4b542653eb9915f20433 (diff)
downloadgitlab-ce-docs-autodevops-rbac.tar.gz
Minor edits for style and sentencesdocs-autodevops-rbac
-rw-r--r--doc/user/project/clusters/index.md8
1 files 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 `<project_name>-<project_id>`. 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:**