From e81b785bf8816ec288767de9cdc47546420fda77 Mon Sep 17 00:00:00 2001
From: Maximilian Bischoff <maximilianbischoff2@gmail.com>
Date: Wed, 19 Dec 2018 18:20:23 +0100
Subject: [PATCH] Added missing "=" to master.yaml

In the remediation of 1.1.11 the flag --enable-admission-plugins was missing a =
---
 cfg/1.11/master.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cfg/1.11/master.yaml b/cfg/1.11/master.yaml
index d54b2b1..11a8b3a 100644
--- a/cfg/1.11/master.yaml
+++ b/cfg/1.11/master.yaml
@@ -179,7 +179,7 @@ groups:
       Edit the API server pod specification file $apiserverconf
       on the master node and set the --enable-admission-plugins to
       include AlwaysPullImages.
-      --enable-admission-plugins...,AlwaysPullImages,...
+      --enable-admission-plugins=...,AlwaysPullImages,...
     scored: true
 
   - id: 1.1.12
-- 
GitLab