github.com/datreeio/datree@v1.9.22-rc/pkg/policy/tests/99/pass/99-pass.yaml (about) 1 apiVersion: v1 2 kind: Pod 3 metadata: 4 name: nginx 5 annotations: 6 seccomp.security.alpha.kubernetes.io/pod: docker/default 7 spec: 8 containers: 9 - name: nginx 10 image: nginx:1.14.2 11 ports: 12 - containerPort: 80