mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
* Improved testing to allow 'skip' status and fail if tested results do not exist Signed-off-by: Trey Dockendorf <tdockendorf@osc.edu> * Ensure exit 0 is seen as failure when should be failure Signed-off-by: Trey Dockendorf <tdockendorf@osc.edu>
11 lines
160 B
YAML
11 lines
160 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: test-ignore
|
|
namespace: default
|
|
labels:
|
|
app: app
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: nginx:latest
|