1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-05 07:26:55 +00:00
kyverno/test/resources/resource_validate_imageRegistries.yaml

22 lines
349 B
YAML
Raw Normal View History

2019-07-17 13:31:00 -07:00
apiVersion: apps/v1
kind: Deployment
metadata:
2019-07-29 19:01:17 -07:00
name: nirmata-nginx
2019-07-17 13:31:00 -07:00
labels:
2019-07-29 19:01:17 -07:00
app: nirmata-nginx
2019-07-17 13:31:00 -07:00
cli: test
spec:
replicas: 1
selector:
matchLabels:
app: nginx
template:
metadata:
labels:
app: nginx
spec:
containers:
2019-07-29 19:01:17 -07:00
- name: nirmata-nginx
2019-07-17 13:31:00 -07:00
# image: nginx
image: nirmata/nginx