1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 17:37:12 +00:00
kyverno/examples/best_practices/resource_validate_pod_resources.yaml
shivkumar dudhani ff60dc05fd add policies
2019-09-06 10:03:24 -07:00

10 lines
No EOL
131 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: myapp-pod
labels:
app: myapp
spec:
containers:
- name: nginx
image: nginx