Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
Reenable state file load change
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-jcarlson committed Dec 9, 2022
1 parent a3bcf50 commit 40ac60b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

0 comments on commit 40ac60b

Please sign in to comment.