fix e2e
This commit is contained in:
parent
27c6ac2565
commit
8f183c2107
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue