1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 01:16:55 +00:00
kyverno/test/conformance/chainsaw/mutate/e2e/patchesjson6902-simple/README.md
Charles-Edouard Brétéché d6933fff4f
chore: all chainsaw tests (#9011)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-11-24 11:17:58 +01:00

455 B

Description

This is a migrated test from e2e. It checks that simple JSON patches function properly when mutating array slices.

Expected Behavior

If the Pod has a second environment variable added with the name K8S_IMAGE with value equal to busybox:1.11 then the test succeeds. If it does not, the test fails. Note that there is an initContainer present which based upon the policy definition should NOT be mutated.

Reference Issue(s)

N/A