right name for old secret

This commit is contained in:
Felix Kunde 2020-08-07 22:53:09 +02:00
parent 703ac6b230
commit 45b2fa03e8
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ class EndToEndTestCase(unittest.TestCase):
'''
k8s = self.k8s
# update infrastructure roles description
secret_name = "postgresql-infrastructure-roles-old"
secret_name = "postgresql-infrastructure-roles"
roles = "secretname: postgresql-infrastructure-roles-new, userkey: user, rolekey: role, passwordkey: password"
patch_infrastructure_roles = {
"data": {