apiVersion: v1 kind: Pod metadata: name: good-pod-2 namespace: staging-ns spec: containers: - name: nginx image: nginx args: - sleep - 1d securityContext: seccompProfile: type: Unconfined runAsNonRoot: true allowPrivilegeEscalation: false capabilities: drop: - ALL