From 3bdc4deb32195e3a0c03632c11a0878c6d9f3b58 Mon Sep 17 00:00:00 2001 From: Jaka Hudoklin Date: Thu, 28 Feb 2019 14:06:32 +0100 Subject: [PATCH] fix(tests/helm): fix test assertion --- tests/helm/simple.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/helm/simple.nix b/tests/helm/simple.nix index 5c8de27..2765e77 100644 --- a/tests/helm/simple.nix +++ b/tests/helm/simple.nix @@ -16,7 +16,7 @@ in { assertions = [{ message = "should have generated resources"; assertion = - appsv1beta2.StatefulSet ? "app-psql-postgreql-master" && + appsv1beta2.StatefulSet ? "app-psql-postgresql-master" && appsv1beta2.StatefulSet ? "app-psql-postgresql-slave" && corev1.ConfigMap ? "app-psql-postgresql-init-scripts" && corev1.Secret ? "app-psql-postgresql" &&