For rego below: ``` is_pod if { kind = "Pod" } ``` konstraint errors with: `rego_parse_error: var cannot be used for rule name`