Files
releases/docs/content/code/deployments-docker/example/policy.rego
T
Torin Sandall 92a0e2487c docs: Update docs to include var keyword
Also, fix a couple examples to use := instead of the old datalog syntax.

Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2019-05-18 21:27:32 -07:00

7 lines
97 B
Rego

package example
greeting = msg {
msg := concat("", ["Hello ", data.example.hostOS, "!"])
}