1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 09:56:55 +00:00
kyverno/vendor/k8s.io/kubernetes/hack/testdata/null-propagation/deployment-l2.yaml

19 lines
414 B
YAML
Raw Normal View History

2019-10-23 23:19:53 -07:00
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: my-depl
# We expect this field to be defaulted to the new label l2
labels: null
spec:
# We expect this field to be defaulted to the new label l2
selector: null
template:
metadata:
labels:
l2: l2
spec:
containers:
- name: nginx
image: k8s.gcr.io/nginx:1.7.9
terminationMessagePolicy: null