From c461343ae44f1531dae7a71de1943066ea15f83d Mon Sep 17 00:00:00 2001 From: Chip Zoller Date: Fri, 12 May 2023 05:26:22 -0400 Subject: [PATCH] Add refactor note (#7169) --- test/conformance/kuttl/mutate/refactor/NOTE.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 test/conformance/kuttl/mutate/refactor/NOTE.md diff --git a/test/conformance/kuttl/mutate/refactor/NOTE.md b/test/conformance/kuttl/mutate/refactor/NOTE.md new file mode 100644 index 0000000000..ba7006d553 --- /dev/null +++ b/test/conformance/kuttl/mutate/refactor/NOTE.md @@ -0,0 +1,14 @@ +All of the following tests in this directory have been copied (for now) to kyverno/policies where they rightfully belong. +Once we are executing tests from that repo in this one, we can remove all the cases. + +- add-emptydirsizelimit +- add-external-secret-prefix +- add-image-as-env-var +- add-node-affinity +- add-pod-priorityclassname +- add-tolerations +- add-volume-deployment +- annotate-base-images +- inject-env-var-from-image-label +- k10-minimum-retention +- replace-ingress-hosts \ No newline at end of file