2021-03-12 00:55:36 +00:00
|
|
|
# -- The GroupName here is used to identify your company or business unit that
|
|
|
|
# created this webhook.
|
|
|
|
# This name will need to be referenced in each Issuer's `webhook` stanza to
|
|
|
|
# inform cert-manager of where to send ChallengePayload resources in order to
|
|
|
|
# solve the DNS01 challenge.
|
|
|
|
# This group name should be **unique**, hence using your own company's domain
|
|
|
|
# here is recommended.
|
|
|
|
groupName: acme.mycompany.com
|
|
|
|
|
|
|
|
certManager:
|
|
|
|
# -- Namespace where the cert-manager operator was installed to
|
|
|
|
namespace: cert-manager
|
|
|
|
# -- Service account used by the cert-manager
|
|
|
|
serviceAccountName: cert-manager
|
|
|
|
|
|
|
|
|
|
|
|
# Default values for dnsmadeeasy-webhook.
|
|
|
|
|
2021-04-25 14:21:56 +00:00
|
|
|
serviceAccount:
|
|
|
|
# -- Create service account
|
|
|
|
create: true
|
|
|
|
|
2021-03-12 00:55:36 +00:00
|
|
|
image:
|
|
|
|
# -- Image repository
|
|
|
|
repository: ghcr.io/k8s-at-home/dnsmadeeasy-webhook
|
|
|
|
# -- Image pull policy
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
# -- Image tag
|
2021-06-17 05:35:27 +00:00
|
|
|
tag: v1.2.0
|
2021-06-23 07:58:54 +00:00
|
|
|
|
|
|
|
# -- Generate dedicated certs instead of re-using the cert-manager
|
|
|
|
# webhook certificate.
|
|
|
|
generateCerts: true
|
|
|
|
|
|
|
|
cert-manager:
|
|
|
|
# -- Install cert-manager chart as dependency.
|
|
|
|
# Usually this is already installed in the cluster and not needed.
|
|
|
|
enabled: false
|