From 733c994df0621b821959d47f787f8b0162a8853c Mon Sep 17 00:00:00 2001 From: sophie Date: Tue, 24 Sep 2024 01:41:53 -0400 Subject: [PATCH] test: e2e test for fieldoverrider Signed-off-by: sophie --- test/e2e/coverage_docs/overridepolicy_test.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/e2e/coverage_docs/overridepolicy_test.md b/test/e2e/coverage_docs/overridepolicy_test.md index 042b93564a97..9de4380e37c0 100644 --- a/test/e2e/coverage_docs/overridepolicy_test.md +++ b/test/e2e/coverage_docs/overridepolicy_test.md @@ -8,6 +8,8 @@ | Check if the OverridePolicy will update the deployment's image value | deployment imageOverride testing | | | Check if the OverridePolicy will update the pod's image value | pod imageOverride testing | | | Check if the OverridePolicy will update the specific image value | deployment imageOverride testing | | +| Check if the OverridePolicy will update the value inside JSON | deployment fieldOverride testing | | +| Check if the OverridePolicy will update the value inside YAML | deployment fieldOverride testing | | #### OverridePolicy with nil resourceSelector testing | Test Case | E2E Describe Text | Comments |