Am doing poc and followed the OPA tutorial : 3 errors occurred during loading: example.rego:3: rego_parse_error: rule name conflicts with built-in function example.rego:4: rego_parse_error: multiple expressions cannot be used for rule head service-opa.yaml: merge error #422
-
Followed this document https://www.openpolicyagent.org/docs/latest/deployments/ Code is below apiVersion: apps/v1 kubectl create -f deployment-opa.yaml got a error as below 3 errors occurred during loading: Can you please suggest me a fix ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi there! Did you make any modifications to the example.rego file? There's no built-in function called |
Beta Was this translation helpful? Give feedback.
Its resolved , it was just Indentation problem. fixed now Thanks