reflect changes in e2e test
This commit is contained in:
parent
d4fee0da50
commit
a9cfaf386a
|
|
@ -578,8 +578,8 @@ class EndToEndTestCase(unittest.TestCase):
|
||||||
'''
|
'''
|
||||||
k8s = self.k8s
|
k8s = self.k8s
|
||||||
# update docker image in config and enable the lazy upgrade
|
# update docker image in config and enable the lazy upgrade
|
||||||
secret_name = "postgresql-infrastructure-roles-new"
|
secret_name = "postgresql-infrastructure-roles-old"
|
||||||
roles = "name: user, role: role, password: password"
|
roles = "secretname: postgresql-infrastructure-roles-new, userkey: user, rolekey: role, passwordkey: password"
|
||||||
patch_infrastructure_roles = {
|
patch_infrastructure_roles = {
|
||||||
"data": {
|
"data": {
|
||||||
"infrastructure_roles_secret_name": secret_name,
|
"infrastructure_roles_secret_name": secret_name,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue