mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 18:06:55 +00:00
21 lines
322 B
YAML
21 lines
322 B
YAML
|
apiVersion: apps/v1
|
||
|
kind: Deployment
|
||
|
metadata:
|
||
|
labels:
|
||
|
app: lol
|
||
|
name: i-will-fail-the-policy-check
|
||
|
spec:
|
||
|
selector:
|
||
|
matchLabels:
|
||
|
app: lol
|
||
|
template:
|
||
|
metadata:
|
||
|
labels:
|
||
|
app: lol
|
||
|
annotations:
|
||
|
lol: not much
|
||
|
spec:
|
||
|
containers:
|
||
|
- image: woot
|
||
|
name: woot
|