1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-07 00:17:13 +00:00
kyverno/test/conformance/kuttl/validate/e2e/lowercase-kind-crd
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
..
00-create-crd.yaml fix: policy match Kind case-senstive (#6008) 2023-01-16 16:01:05 +08:00
01-assert.yaml fix: policy match Kind case-senstive (#6008) 2023-01-16 16:01:05 +08:00
01-manifests.yaml fix: policy match Kind case-senstive (#6008) 2023-01-16 16:01:05 +08:00
02-script.yaml fix: policy match Kind case-senstive (#6008) 2023-01-16 16:01:05 +08:00
99-cleanup.yaml fix: policy match Kind case-senstive (#6008) 2023-01-16 16:01:05 +08:00
postgresqls-ready.yaml fix: policy match Kind case-senstive (#6008) 2023-01-16 16:01:05 +08:00
postgresqls.yaml fix: policy match Kind case-senstive (#6008) 2023-01-16 16:01:05 +08:00
README.md fix: policy match Kind case-senstive (#6008) 2023-01-16 16:01:05 +08:00
resource.yaml fix: policy match Kind case-senstive (#6008) 2023-01-16 16:01:05 +08:00

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