reflect changes in e2e test

This commit is contained in:
Felix Kunde 2020-08-02 18:44:13 +02:00
parent d4fee0da50
commit a9cfaf386a
1 changed files with 2 additions and 2 deletions

View File

@ -578,8 +578,8 @@ class EndToEndTestCase(unittest.TestCase):
'''
k8s = self.k8s
# update docker image in config and enable the lazy upgrade
secret_name = "postgresql-infrastructure-roles-new"
roles = "name: user, role: role, password: password"
secret_name = "postgresql-infrastructure-roles-old"
roles = "secretname: postgresql-infrastructure-roles-new, userkey: user, rolekey: role, passwordkey: password"
patch_infrastructure_roles = {
"data": {
"infrastructure_roles_secret_name": secret_name,