Skip to content
Snippets Groups Projects
Commit 5c2fd942 authored by Erik Reid's avatar Erik Reid
Browse files

set published=True

parent 48b543b0
Branches
Tags
No related merge requests found
......@@ -43,11 +43,14 @@ def _make_check(check_params, interface):
'metadata': {
'name': _check_name(interface),
'namespace': check_params['namespace']
}
},
'publish': True
}
def _checks_match(a, b) -> bool:
if a['publish'] != b['publish']:
return False
if a['command'] != b['command']:
return False
if a['interval'] != b['interval']:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment