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

     1  apiVersion: cert-manager.io/v1alpha2
     2  kind: Certificate
     3  metadata:
     4    creationTimestamp: "2019-02-15T18:17:06Z"
     5    generation: 1
     6    name: test-cert
     7    namespace: argocd
     8    resourceVersion: "68337322"
     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/316944902
    29    conditions:
    30    - lastTransitionTime: "2019-02-15T18:21:10Z"
    31      message: Order validated
    32      reason: OrderValidated
    33      status: "False"
    34      type: ValidateFailed
    35    - lastTransitionTime: null
    36      message: Certificate issued successfully
    37      reason: CertIssued
    38      status: "True"
    39      type: Ready