diff --git a/commands/cli.py b/commands/cli.py index 0e82b31..2d9b1f9 100644 --- a/commands/cli.py +++ b/commands/cli.py @@ -45,6 +45,6 @@ def cli(ctx, config_filename, verbose): Processor.configure_detectors(Config.detectors) Processor.configure_notifiers(Config.notifiers) - State.load_file() + # State.load_file() # updated in order to save state to a persistent volume when running in K8s - # State.load_file(filename='/mnt/sb_data/state.json') + State.load_file(filename='/mnt/sb_data/state.json')