diff --git a/website/docs/jp.md b/website/docs/jp.md index 80ec0656..ee0b890a 100644 --- a/website/docs/jp.md +++ b/website/docs/jp.md @@ -2,7 +2,7 @@ `kyverno-json` uses [JMESPath community edition](https://jmespath.site/), a modern JMESPath implementation with lexical scopes support. -The current resource, policy and rule are always available using the following builtin bindings: +The current *payload*, *policy* and *rule* are always available using the following builtin bindings: | Binding | Usage | |---|---| @@ -10,4 +10,6 @@ The current resource, policy and rule are always available using the following b | `$policy` | Current policy being executed | | `$rule` | Current rule being evaluated | -No protection is made to prevent you from overriding those bindings though. +!!! warning + + No protection is made to prevent you from overriding those bindings.