Skip to content

Commit c34c9aa

Browse files
authored
Adding import rego.v1 (#679)
1 parent d22031d commit c34c9aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/templates/kuttl/smoke/10-install-opa.yaml.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ data:
99
test.rego: |
1010
package test
1111

12+
import rego.v1
13+
1214
hello if {
1315
true
1416
}

0 commit comments

Comments
 (0)