From 12c8bfb5b2d7953ee8a578a03d3a3a872588a3f7 Mon Sep 17 00:00:00 2001 From: Maxi Wittich Date: Mon, 27 Jan 2025 11:11:44 +0100 Subject: [PATCH] Adding import rego.v1 --- tests/templates/kuttl/smoke/10-install-opa.yaml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/templates/kuttl/smoke/10-install-opa.yaml.j2 b/tests/templates/kuttl/smoke/10-install-opa.yaml.j2 index 78b443bb..2838e008 100644 --- a/tests/templates/kuttl/smoke/10-install-opa.yaml.j2 +++ b/tests/templates/kuttl/smoke/10-install-opa.yaml.j2 @@ -9,6 +9,8 @@ data: test.rego: | package test + import rego.v1 + hello if { true }