Proper log handling

This commit is contained in:
2022-03-14 11:14:53 +09:00
parent b99ca72213
commit 3eea4a96a6
6 changed files with 79 additions and 24 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