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/verify-manifests/single-signature/02-resources.yaml
Charles-Edouard Brétéché 3e5cfe3ae4
test: add kuttl test for bad manifest signatures (#6719)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-03-29 12:09:22 +00:00

11 lines
275 B
YAML

apiVersion: kuttl.dev/v1beta1
kind: TestStep
apply:
- file: resource-no-signature.yaml
shouldFail: true
- file: resource-one-signature.yaml
shouldFail: false
- file: resource-two-signatures.yaml
shouldFail: false
- file: resource-bad-signatures.yaml
shouldFail: true