1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 07:57:07 +00:00
kyverno/test/resources/resource_validate_image_pullpolicy_notalways_deny.yaml

11 lines
159 B
YAML
Raw Normal View History

2019-09-06 10:03:24 -07:00
apiVersion: v1
kind: Pod
metadata:
name: myapp-pod
labels:
app: myapp
spec:
containers:
- name: nginx
image: nginx
imagePullPolicy: Always