1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 01:16:55 +00:00
kyverno/test/conformance/kuttl/validate/e2e/lowercase-kind-crd/README.md
Vyom Yadav c2dfd1d130
fix: policy match Kind case-senstive (#6008)
Signed-off-by: Vyom-Yadav <jackhammervyom@gmail.com>

Signed-off-by: Vyom-Yadav <jackhammervyom@gmail.com>
2023-01-16 16:01:05 +08:00

199 B

Description

This test validates that CRD with lowercase kind is supported.

Expected Behavior

A resource with kind postgresql should have the label app=foo.

Reference Issue(s)

5989