github.com/replicatedcom/ship@v0.50.0/integration/init/cert-manager/expected/base/deploy/manifests/Certificate-cert-manager-webhook-ca-cert-manager.yaml (about)

     1  
     2  # Generate a CA Certificate used to sign certificates for the webhook
     3  apiVersion: certmanager.k8s.io/v1alpha1
     4  kind: Certificate
     5  metadata:
     6    name: cert-manager-webhook-ca
     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-ca
    15    duration: 43800h # 5y
    16    issuerRef:
    17      name: cert-manager-webhook-selfsign
    18    commonName: "ca.webhook.cert-manager"
    19    isCA: true