We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1d7b0 commit ad30038Copy full SHA for ad30038
1 file changed
libraries/cloudharness-common/cloudharness/utils/config.py
@@ -70,7 +70,7 @@ def get_registry_name(cls):
70
71
@classmethod
72
def get_registry_secret(cls):
73
- return cls.get_configuration()['registry']['secret']
+ return cls.get_configuration()['registry']['secret']['name']
74
75
76
def is_secured(cls):
0 commit comments