We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399bd76 commit d940f31Copy full SHA for d940f31
3 files changed
docs/modules/opa/pages/usage-guide/policies.adoc
@@ -21,11 +21,11 @@ data:
21
test.rego: | # <2>
22
package test
23
24
- hello {
+ hello if {
25
true
26
}
27
28
- world {
+ world if {
29
false
30
31
----
tests/templates/kuttl/logging/03-install-opa.yaml.j2
@@ -9,11 +9,11 @@ data:
9
test.rego: |
10
11
12
13
14
15
16
17
18
19
---
tests/templates/kuttl/smoke/10-install-opa.yaml.j2
@@ -9,8 +9,6 @@ data:
- import rego.v1
-
hello if {
0 commit comments