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/globalcontext/gctxentry-not-exist
Khaled Emara 10258921ac
feat(validation-webhook): validate global context reference (#9678)
* feat(validation-webhook): validate global context reference

Signed-off-by: Khaled Emara <khaled.emara@nirmata.com>

* fix(validation-webhook): global reference name

Signed-off-by: Khaled Emara <khaled.emara@nirmata.com>

* test(globalcontext): fix tests after valdiation

Signed-off-by: Khaled Emara <khaled.emara@nirmata.com>

* fix(policycache): dont add NotReady Policies

Signed-off-by: Khaled Emara <khaled.emara@nirmata.com>

* chore(globalcontext): rename e2e tests

Signed-off-by: Khaled Emara <khaled.emara@nirmata.com>

* chore(globalcontext): add entry errors

Signed-off-by: Khaled Emara <khaled.emara@nirmata.com>

* test(globalcontext): fix chainsaw  test

Signed-off-by: Khaled Emara <khaled.emara@nirmata.com>

---------

Signed-off-by: Khaled Emara <khaled.emara@nirmata.com>
2024-02-08 07:46:58 +00:00
..
chainsaw-test.yaml feat(validation-webhook): validate global context reference (#9678) 2024-02-08 07:46:58 +00:00
clusterpolicy.yaml feat(validation-webhook): validate global context reference (#9678) 2024-02-08 07:46:58 +00:00
gctxentry.yaml feat(validation-webhook): validate global context reference (#9678) 2024-02-08 07:46:58 +00:00
main-deployment.yaml feat(validation-webhook): validate global context reference (#9678) 2024-02-08 07:46:58 +00:00
namespace.yaml feat(validation-webhook): validate global context reference (#9678) 2024-02-08 07:46:58 +00:00
new-deployment.yaml feat(validation-webhook): validate global context reference (#9678) 2024-02-08 07:46:58 +00:00
README.md feat(validation-webhook): validate global context reference (#9678) 2024-02-08 07:46:58 +00:00

Description

This test verifies that policies are not ready if referenced Global Context Entries don't exist.

Expected Behavior

new-deployment should not be created because the policy is not ready.

Reference Issues