mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 17:37:12 +00:00
11 lines
224 B
YAML
11 lines
224 B
YAML
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: disallow-annotations-example
|
||
|
namespace: cpol-fine-grained-match-conditions-pass-ns
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: example
|
||
|
image: busybox:latest
|
||
|
args: ["sleep", "infinity"]
|