Commit 3c0a33c5 authored by Evan Read's avatar Evan Read

Merge branch 'docs-update-CI-apps' into 'master'

Adds clarifications about CI apps

See merge request gitlab-org/gitlab!27388
parents 7509f6bf 1d955768
...@@ -588,6 +588,15 @@ output of the [Helm ...@@ -588,6 +588,15 @@ output of the [Helm
Tiller](https://v2.helm.sh/docs/install/#running-tiller-locally) binary Tiller](https://v2.helm.sh/docs/install/#running-tiller-locally) binary
will be saved as a [CI job artifact](../../ci/pipelines/job_artifacts.md). will be saved as a [CI job artifact](../../ci/pipelines/job_artifacts.md).
### Important notes
Note the following:
- When you set the value for `installed` key back to `false`, the application will be
unprovisioned from the cluster.
- If you update `.gitlab/managed-apps/<application>/values.yaml` with new values, the
application will be redeployed.
### Install Ingress using GitLab CI ### Install Ingress using GitLab CI
To install Ingress, define the `.gitlab/managed-apps/config.yaml` file To install Ingress, define the `.gitlab/managed-apps/config.yaml` file
......
...@@ -14,7 +14,7 @@ privileges. ...@@ -14,7 +14,7 @@ privileges.
This can be useful for: This can be useful for:
- Creating pipelines to install cluster-wide applications into your cluster. - Creating pipelines to install cluster-wide applications into your cluster, see [Install using GitLab CI (alpha)](applications.md#install-using-gitlab-ci-alpha) for details.
- Any jobs that require `cluster-admin` privileges. - Any jobs that require `cluster-admin` privileges.
## Permissions ## Permissions
...@@ -47,6 +47,8 @@ To select a cluster management project to use: ...@@ -47,6 +47,8 @@ To select a cluster management project to use:
**Operations > Kubernetes** page. **Operations > Kubernetes** page.
- [Group-level cluster](../group/clusters/index.md), navigate to your group's **Kubernetes** - [Group-level cluster](../group/clusters/index.md), navigate to your group's **Kubernetes**
page. page.
- [Instance-level cluster](../instance/clusters/index.md), navigate to Admin Area's **Kubernetes**
page.
1. Select the project using **Cluster management project field** in the **Advanced settings** 1. Select the project using **Cluster management project field** in the **Advanced settings**
section. section.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment