1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 07:57:07 +00:00
kyverno/examples/resource_validate_imageRegistries.yaml
2019-07-29 19:01:17 -07:00

21 lines
349 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: nirmata-nginx
labels:
app: nirmata-nginx
cli: test
spec:
replicas: 1
selector:
matchLabels:
app: nginx
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nirmata-nginx
# image: nginx
image: nirmata/nginx