github.com/datreeio/datree@v1.9.22-rc/pkg/policy/tests/61/pass/61-pass.yaml (about) 1 apiVersion: v1 2 kind: Pod 3 metadata: 4 name: myPod 5 spec: 6 securityContext: 7 seccompProfile: 8 type: Localhost 9 containers: 10 - name: nginx 11 image: nginx:1.14.2 12 ports: 13 - containerPort: 80 14 initContainers: 15 - name: nginx 16 image: nginx:1.14.2 17 ports: 18 - containerPort: 80 19