Proper log handling
This commit is contained in:
		@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user