github.com/datreeio/datree@v1.9.22-rc/pkg/policy/tests/82/pass/82-pass.yaml (about)

     1  apiVersion: v1
     2  kind: Pod
     3  metadata:
     4    name: security-context-demo-4
     5  spec:
     6    containers:
     7    - name: sec-ctx-4
     8      image: gcr.io/google-samples/node-hello:1.0
     9      securityContext:
    10        capabilities:
    11          add: ["AUDIT_WRITE", "FSETID"]