github.com/argoproj/argo-cd/v3@v3.2.1/manifests/ha/base/redis-ha/overlays/deployment-containers-securityContext.yaml (about)

     1  - op: add
     2    path: /spec/template/spec/initContainers/0/securityContext
     3    value:
     4      readOnlyRootFilesystem: true
     5      allowPrivilegeEscalation: false
     6      capabilities:
     7        drop:
     8        - ALL
     9      seccompProfile:
    10        type: RuntimeDefault
    11  - op: add
    12    path: /spec/template/spec/containers/0/securityContext
    13    value:
    14      readOnlyRootFilesystem: true
    15      allowPrivilegeEscalation: false
    16      capabilities:
    17        drop:
    18        - ALL
    19      seccompProfile:
    20        type: RuntimeDefault