1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 01:46:55 +00:00
kyverno/test/conformance/chainsaw/validating-policies/context/configmap/negative.yaml

23 lines
347 B
YAML
Raw Normal View History

apiVersion: apps/v1
kind: Deployment
metadata:
name: negative
labels:
app: nginx
env: testing
spec:
replicas: 1
selector:
matchLabels:
app: nginx
env: testing
template:
metadata:
labels:
app: nginx
env: testing
spec:
containers:
- name: nginx
image: nginx:latest