github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/cert-manager.io/Certificate/testdata/progressing_issuing.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    conditions:
    27      - lastTransitionTime: '2021-09-15T02:10:00Z'
    28        message: Issuing certificate as Secret does not exist
    29        reason: DoesNotExist
    30        status: 'True'
    31        type: Issuing
    32      - lastTransitionTime: '2021-09-15T02:10:00Z'
    33        message: Issuing certificate as Secret does not exist
    34        reason: DoesNotExist
    35        status: 'False'
    36        type: Ready
    37