1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/test/conformance/kuttl/mutate/e2e/patchesjson6902-simple
Charles-Edouard Brétéché fb3a90c703
refactor: remove MutateResourceWithImageInfo (#6397)
* refactor: remove new resource from policy context

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* fallback

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* test something else

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* fix test

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* fix test

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* fix test

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* fix

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* fix

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* fix kuttl test

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* fix cli tests

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* clean

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* changelog

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

---------

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-02-27 13:45:00 +00:00
..
01-policy.yaml Migrate all mutate e2e tests to kuttl and expand (#5491) 2022-11-29 08:40:57 +00:00
02-resource.yaml Migrate all mutate e2e tests to kuttl and expand (#5491) 2022-11-29 08:40:57 +00:00
policy-ready.yaml Migrate all mutate e2e tests to kuttl and expand (#5491) 2022-11-29 08:40:57 +00:00
policy.yaml Migrate all mutate e2e tests to kuttl and expand (#5491) 2022-11-29 08:40:57 +00:00
README.md refactor: remove MutateResourceWithImageInfo (#6397) 2023-02-27 13:45:00 +00:00
resource-mutated.yaml refactor: remove MutateResourceWithImageInfo (#6397) 2023-02-27 13:45:00 +00:00
resource.yaml Migrate all mutate e2e tests to kuttl and expand (#5491) 2022-11-29 08:40:57 +00:00

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