1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/test/conformance/kuttl/validate/e2e/lowercase-kind-crd
Charles-Edouard Brétéché 9d81549b8a
test: clean a couple kuttl tests (#6553)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-03-13 09:17:16 -04: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-resource.yaml test: clean a couple kuttl tests (#6553) 2023-03-13 09:17:16 -04: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