mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 17:37:12 +00:00
13 lines
221 B
YAML
13 lines
221 B
YAML
apiVersion: extensions/v1beta1
|
|
kind: Deployment
|
|
metadata:
|
|
name: my-depl
|
|
spec:
|
|
template:
|
|
metadata:
|
|
labels:
|
|
l1: l1
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: k8s.gcr.io/nginx:1.7.9
|