github.com/datreeio/datree@v1.9.22-rc/pkg/policy/tests/54/fail/54-fail-2.yaml (about) 1 apiVersion: apps/v1 2 kind: Deployment 3 metadata: 4 name: invalid:format 5 spec: 6 selector: 7 matchLabels: 8 app: frontend-deployment 9 template: 10 metadata: 11 labels: 12 app: frontend-deployment 13 spec: 14 containers: 15 - name: app 16 image: foo/bar:latest 17 ports: 18 - name: http 19 containerPort: 8080 20 protocol: TCP