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

     1  - op: add
     2    path: /spec/template/spec/initContainers/0
     3    value:
     4      name: secret-init
     5      command: [ 'argocd', 'admin', 'redis-initial-password' ]
     6      image: quay.io/argoproj/argocd:latest
     7      imagePullPolicy: IfNotPresent
     8      securityContext:
     9        allowPrivilegeEscalation: false
    10        capabilities:
    11          drop:
    12            - ALL
    13        readOnlyRootFilesystem: true
    14        runAsNonRoot: true
    15        seccompProfile:
    16          type: RuntimeDefault