Skip to content

Commit

Permalink
Update default config.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quving committed May 10, 2020
1 parent 983b465 commit 04e943a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_config(config_file='config.json'):
'deployments': [],
'interval': 0,
'namespace': '',
'node_label_selector': 'grid=testing',
'node_label_selector': '',
}
json.dump(config, file, indent=4)

Expand Down

0 comments on commit 04e943a

Please sign in to comment.