github.com/replicatedhq/ship@v0.55.0/integration/init/cert-manager/expected/base/deploy/manifests/Certificate-cert-manager-webhook-webhook-tls-cert-manager.yaml (about)

     1  
     2  # Finally, generate a serving certificate for the webhook to use
     3  apiVersion: certmanager.k8s.io/v1alpha1
     4  kind: Certificate
     5  metadata:
     6    name: cert-manager-webhook-webhook-tls
     7    namespace: "cert-manager"
     8    labels:
     9      app: webhook
    10      chart: webhook-v0.7.0
    11      release: cert-manager
    12      heritage: Tiller
    13  spec:
    14    secretName: cert-manager-webhook-webhook-tls
    15    duration: 8760h # 1y
    16    issuerRef:
    17      name: cert-manager-webhook-ca
    18    dnsNames:
    19    - cert-manager-webhook
    20    - cert-manager-webhook.cert-manager
    21    - cert-manager-webhook.cert-manager.svc