From a94185b5b3d6046d9030543ba71c6f3091629166 Mon Sep 17 00:00:00 2001
From: Josh Wolf <josh@joshwolf.dev>
Date: Mon, 9 Nov 2020 16:52:33 -0700
Subject: [PATCH] update pipeline with newly named helmreleases

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 264453541a..11eb9e2aee 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,8 +43,8 @@ package tests:
     - kubectl wait --for=condition=Ready --timeout 300s helmrelease -n bigbang istio-operator
     - kubectl wait --for=condition=Ready --timeout 300s helmrelease -n bigbang istio
     - kubectl wait --for=condition=Ready --timeout 300s helmrelease -n bigbang eck-operator
-    - kubectl wait --for=condition=Ready --timeout 300s helmrelease -n bigbang logging-operator
-    - kubectl wait --for=condition=Ready --timeout 300s helmrelease -n bigbang efk
+    - kubectl wait --for=condition=Ready --timeout 300s helmrelease -n bigbang ek
+    - kubectl wait --for=condition=Ready --timeout 300s helmrelease -n bigbang fluent-bit
     - kubectl wait --for=condition=Ready --timeout 300s helmrelease -n bigbang twistlock
 
     # Show all deployed resources
-- 
GitLab