Skip to content

Commit ab2c8cf

Browse files
committed
Don't create certmanager CRs by default (to be deprecated)
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
1 parent 5e4b991 commit ab2c8cf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

charts/docker-mailserver/values.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ ssl:
5353
kind: ClusterIssuer
5454
dnsname: example.com
5555
dns01provider: cloudflare
56-
useExisting: false
56+
57+
# Set this to false to let the chart try to assemble a CR for you. This feature will be deprecated soon, and users will
58+
# need to manage cert-manager outside of this chart (the dependencies involved make it fragile)
59+
useExisting: true
5760
existingName: name-of-existing-secret
5861

5962
## Create the necessary PodSecurityPolicies (PSPs) for docker-mailserver, haproxy, and rainloop to work

0 commit comments

Comments
 (0)