diff --git a/utils/add_kubernetes_rule.py b/utils/add_kubernetes_rule.py index 57a8479e223..5e8100e3812 100755 --- a/utils/add_kubernetes_rule.py +++ b/utils/add_kubernetes_rule.py @@ -267,7 +267,6 @@ def createPlatformRuleFunc(args): for line in lines: if 'GET' in line: fetch_line = line - break if len(fetch_line) > 0: # extract the object url from the debug line