fix k8s things

This commit is contained in:
2024-03-19 02:47:29 +02:00
parent 2039654f12
commit e818d63cad
3 changed files with 61 additions and 55 deletions

2
lib.py
View File

@ -125,7 +125,7 @@ class Server:
else:
return True
def apply_config(self, config, CFG_PATH):
def apply_config(self, config):
if config.get("name"):
self.client.set_server_name(config.get("name"))
self.log.info(