From 005001266db0ce2e6bffca8f95fd03660cd42461 Mon Sep 17 00:00:00 2001 From: Phil Zona <pzona@gitlab.com> Date: Thu, 2 Jul 2020 19:36:05 +0000 Subject: [PATCH] Remove extra spaces --- doc/user/clusters/applications.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user/clusters/applications.md b/doc/user/clusters/applications.md index 08a0f65b0fe84..766e581442242 100644 --- a/doc/user/clusters/applications.md +++ b/doc/user/clusters/applications.md @@ -667,8 +667,8 @@ To install applications using GitLab CI/CD: - template: Managed-Cluster-Applications.gitlab-ci.yml ``` - Note that 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, + Note that 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 -- GitLab