Some error messages

This commit is contained in:
2022-03-14 12:19:06 +09:00
parent 929e92e187
commit 778852b76a
3 changed files with 49 additions and 15 deletions

View File

@@ -1,19 +1,19 @@
# The GroupName here is used to identify your company or business unit that
# created this webhook.
# For freedns, this may be "acme.mycompany.com".
# For freedns, this may be "acme.freedns.afraid.org".
# 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
groupName: acme.freedns.afraid.org
certManager:
namespace: cert-manager
serviceAccountName: cert-manager
image:
repository: mycompany/webhook-image
repository: penguinade/cert-manager-webhook-freedns
tag: latest
pullPolicy: IfNotPresent