SIENTIAPDE-988
Refactor variable naming for clarity and update image tag and service settings in values.yaml
This commit is contained in:
@@ -321,8 +321,8 @@ class IngestorManager():
|
||||
None
|
||||
"""
|
||||
|
||||
for id in ids:
|
||||
self.resource_manager.drop_tag_lease(id)
|
||||
for _id in ids:
|
||||
self.resource_manager.drop_tag_lease(_id)
|
||||
|
||||
def manage_server(self, slot: str, server: str, server_config: dict, tags: dict) -> int:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user