github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/bitnami.com/SealedSecret/testdata/healthy.yaml (about)

     1  apiVersion: bitnami.com/v1alpha1
     2  kind: SealedSecret
     3  metadata:
     4    labels:
     5      app.kubernetes.io/instance: sealed-secrets
     6    name: test
     7    namespace: test
     8  spec:
     9    encryptedData:
    10      .dockerconfigjson: xyz
    11    template:
    12      metadata:
    13        creationTimestamp: null
    14        name: test
    15        namespace: test
    16      type: kubernetes.io/dockerconfigjson
    17  status:
    18    conditions:
    19    - lastTransitionTime: "2021-02-11T15:56:29Z"
    20      lastUpdateTime: "2021-02-11T15:57:37Z"
    21      message: ""
    22      status: "True"
    23      type: Synced
    24    observedGeneration: 1