github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/external-secrets.io/PushSecret/actions/testdata/push-secret-updated.yaml (about)

     1  apiVersion: external-secrets.io/v1alpha1
     2  kind: PushSecret
     3  metadata:
     4    annotations:
     5      force-sync: '0001-01-01T00:00:00Z'
     6    creationTimestamp: '2023-07-05T20:49:16Z'
     7    generation: 1
     8    name: test-healthy
     9    namespace: external-secret
    10    resourceVersion: '777692391'
    11    uid: 88cb613a-07b0-4fb2-8fdb-d5a5a9c2c917
    12  spec:
    13    data:
    14      - match:
    15          remoteRef:
    16            property: test
    17            remoteKey: remote/path
    18          secretKey: test
    19    deletionPolicy: None
    20    refreshInterval: 5m
    21    secretStoreRefs:
    22      - kind: ClusterSecretStore
    23        name: my-store
    24    selector:
    25      secret:
    26        name: existing-secret
    27  status:
    28    conditions:
    29      - lastTransitionTime: '2023-07-05T20:49:16Z'
    30        message: PushSecret synced successfully
    31        reason: Synced
    32        status: 'True'
    33        type: Ready
    34    syncedPushSecrets:
    35      ClusterSecretStore/my-store:
    36        remote/path/test:
    37          match:
    38            remoteRef:
    39              property: test
    40              remoteKey: remote/path
    41            secretKey: test