apiVersion: v1 kind: Pod metadata: name: good-pod-1 namespace: default spec: securityContext: seccompProfile: type: RuntimeDefault containers: - name: nginx1 image: nginx args: - sleep - 1d securityContext: seccompProfile: type: RuntimeDefault initContainers: - name: nginx2 image: nginx args: - sleep - 1d