github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/external-secrets.io/SecretStore/testdata/healthy.yaml (about)

     1  apiVersion: external-secrets.io/v1beta1
     2  kind: SecretStore
     3  metadata:
     4    name: vault
     5  spec:
     6    provider:
     7      vault:
     8        auth:
     9          kubernetes:
    10            mountPath: foobar
    11            role: vault
    12            secretRef:
    13              key: token
    14              name: vault
    15        caBundle: foobar
    16        namespace: pki
    17        path: secret
    18        server: https://foo.bar
    19        version: v2
    20    retrySettings:
    21      maxRetries: 5
    22      retryInterval: 10s
    23  status:
    24    conditions:
    25    - lastTransitionTime: "2022-10-06T15:48:42Z"
    26      message: store validated
    27      reason: Valid
    28      status: "True"
    29      type: Ready