Commit 1d955768 authored by Alexander Tanayno's avatar Alexander Tanayno Committed by Evan Read

Adds clarifications about CI apps

parent 7509f6bf
......@@ -588,6 +588,15 @@ output of the [Helm
Tiller](https://v2.helm.sh/docs/install/#running-tiller-locally) binary
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
To install Ingress, define the `.gitlab/managed-apps/config.yaml` file
......
......@@ -14,7 +14,7 @@ privileges.
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.
## Permissions
......@@ -47,6 +47,8 @@ To select a cluster management project to use:
**Operations > Kubernetes** page.
- [Group-level cluster](../group/clusters/index.md), navigate to your group's **Kubernetes**
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**
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