From d4d9f27a8d5fe156f918f669fbb0b91e66e12657 Mon Sep 17 00:00:00 2001
From: David Crook <idcrook@users.noreply.github.com>
Date: Wed, 8 Feb 2017 20:48:28 -0700
Subject: [PATCH] removed explicit role for efk in cluster.yml

---
 cluster.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cluster.yml b/cluster.yml
index 1a08283b5..becad3b6d 100644
--- a/cluster.yml
+++ b/cluster.yml
@@ -63,4 +63,3 @@
   any_errors_fatal: true
   roles:
     - { role: kubernetes-apps, tags: apps }
-    - { role: kubernetes-apps/efk, tags: [ apps, efk ] }
-- 
GitLab