From 8f183c210703b553ccfef948fc31a78f3160c6de Mon Sep 17 00:00:00 2001 From: Rafia Sabih Date: Wed, 9 Jun 2021 16:08:17 +0200 Subject: [PATCH] fix e2e --- e2e/tests/test_e2e.py | 2 +- manifests/complete-postgres-manifest.yaml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/e2e/tests/test_e2e.py b/e2e/tests/test_e2e.py index c0319f6de..c1eb14d61 100644 --- a/e2e/tests/test_e2e.py +++ b/e2e/tests/test_e2e.py @@ -608,7 +608,7 @@ class EndToEndTestCase(unittest.TestCase): } } }) - self.eventuallyEqual(lambda: self.k8s.count_secrets_with_label("cluster_name=acid-minimal-cluster,application=spilo", app_namespace), + self.eventuallyEqual(lambda: self.k8s.count_secrets_with_label("cluster-name=acid-minimal-cluster,application=spilo", app_namespace), 1, "Secret not created for user in namespace") @timeout_decorator.timeout(TEST_TIMEOUT_SEC) diff --git a/manifests/complete-postgres-manifest.yaml b/manifests/complete-postgres-manifest.yaml index a474482e9..5f995de15 100644 --- a/manifests/complete-postgres-manifest.yaml +++ b/manifests/complete-postgres-manifest.yaml @@ -12,10 +12,8 @@ spec: dockerImage: registry.opensource.zalan.do/acid/spilo-13:2.0-p7 teamId: "acid" numberOfInstances: 2 - enableNamespacedSecret: True + enableNamespacedSecret: False users: # Application/Robot users - appspace.db_user: [] - appspace.db_user.with.dots: [] zalando: - superuser - createdb