Update values.yml with some sane defaults

This commit is contained in:
Dennis 2020-05-28 14:38:26 +02:00 committed by GitHub
parent bcb3c751d8
commit 51552df7e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
# solve the DNS01 challenge. # solve the DNS01 challenge.
# This group name should be **unique**, hence using your own company's domain # This group name should be **unique**, hence using your own company's domain
# here is recommended. # here is recommended.
groupName: acme.mycompany.com groupName: dns.hetzner.cloud
certManager: certManager:
namespace: cert-manager namespace: kube-system
serviceAccountName: cert-manager serviceAccountName: cert-manager
image: image:
repository: mycompany/webhook-image repository: mecodia/cert-manager-webhook-hetzner
tag: latest tag: latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent