Commit 3a774e1e authored by Amy Qualls's avatar Amy Qualls

Merge branch 'philbz-master-patch-98997' into 'master'

Documentation: Add note about executor for managed cluster apps

See merge request gitlab-org/gitlab!35906
parents 98304964 84df200c
......@@ -667,6 +667,11 @@ To install applications using GitLab CI/CD:
- template: Managed-Cluster-Applications.gitlab-ci.yml
```
NOTE: **Note:**
The job provided by this template connects to the cluster using tools provided
in a custom Docker image. It requires that you have a runner registered with the Docker,
Kubernetes, or Docker Machine executor.
1. Add a `.gitlab/managed-apps/config.yaml` file to define which
applications you would like to install. Define the `installed` key as
`true` to install the application and `false` to uninstall the
......
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