github.com/datreeio/datree@v1.9.22-rc/pkg/policy/tests/47/fail/47-fail.yaml (about) 1 apiVersion: apps/v1 2 kind: Deployment 3 metadata: 4 name: nginx-deployment 5 spec: 6 selector: 7 matchLabels: 8 app: nginx 9 replicas: 1 10 template: 11 spec: 12 containers: 13 - name: nginx 14 image: nginx:latest