github.com/argoproj/argo-cd@v1.8.7/resource_customizations/cert-manager.io/Certificate/testdata/healthy_renewed.yaml (about)

     1  apiVersion: cert-manager.io/v1alpha2
     2  kind: Certificate
     3  metadata:
     4    creationTimestamp: '2018-11-07T00:06:12Z'
     5    generation: 1
     6    name: test-cert
     7    namespace: argocd
     8    resourceVersion: '64763033'
     9    selfLink: /apis/cert-manager.io/v1alpha2/namespaces/argocd/certificates/test-cert
    10    uid: e6cfba50-314d-11e9-be3f-42010a800011
    11  spec:
    12    acme:
    13      config:
    14        - domains:
    15            - cd.apps.argoproj.io
    16          http01:
    17            ingress: http01
    18    commonName: cd.apps.argoproj.io
    19    dnsNames:
    20      - cd.apps.argoproj.io
    21    issuerRef:
    22      kind: Issuer
    23      name: argo-cd-issuer
    24    secretName: test-secret
    25  status:
    26    acme:
    27      order:
    28        url: 'https://acme-v02.api.letsencrypt.org/acme/order/45250083/298963150'
    29    conditions:
    30      - lastTransitionTime: '2019-02-03T09:48:13Z'
    31        message: Certificate renewed successfully
    32        reason: CertRenewed
    33        status: 'True'
    34        type: Ready
    35      - lastTransitionTime: '2019-02-03T09:48:11Z'
    36        message: Order validated
    37        reason: OrderValidated
    38        status: 'False'
    39        type: ValidateFailed