mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-07-06 17:14:07 +00:00
fix k8s things
This commit is contained in:
2
k8s.py
2
k8s.py
@ -67,7 +67,7 @@ try:
|
||||
CONFIG = yaml.safe_load(V1.read_namespaced_config_map(name="config-outfleet", namespace=NAMESPACE).data['config.yaml'])
|
||||
log.info("Created new ConfigMap [config-outfleet]")
|
||||
except Exception as e:
|
||||
log.info("Failed to create new ConfigMap [config-outfleet] {e}")
|
||||
log.info(f"Failed to create new ConfigMap [config-outfleet] {e}")
|
||||
except:
|
||||
log.info("Kubernetes environment not detected")
|
||||
except:
|
||||
|
Reference in New Issue
Block a user