mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
remove exits in ingress controller
This commit is contained in:
parent
3ec15eb4b0
commit
d199f124b8
1 changed files with 0 additions and 2 deletions
|
|
@ -270,12 +270,10 @@ class IngressController(Controller, ConfigCaller):
|
|||
self.__logger.error(
|
||||
f"Exception while reading k8s event (type = {watch_type}) :\n{format_exc()}",
|
||||
)
|
||||
sys_exit(1)
|
||||
except:
|
||||
self.__logger.error(
|
||||
f"Unknown exception while reading k8s event (type = {watch_type}) :\n{format_exc()}",
|
||||
)
|
||||
sys_exit(2)
|
||||
finally :
|
||||
if locked:
|
||||
self.__internal_lock.release()
|
||||
|
|
|
|||
Loading…
Reference in a new issue