Skip to content

Commit

Permalink
fix(base-cluster/monitoring): overwritten wildcard certificates (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau committed Apr 15, 2024
1 parent c2805bb commit 26cf112
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ spec:
enabled: true
hostname: {{ include (printf "base-cluster.%s.host" $host) $ }}
tls: true
{{- if $.Values.dns.provider }}
selfSigned: true # `certManager: true` leads to overwritten wildcard certificates
{{- else }}
certManager: true
{{- end }}
existingSecretName: {{ include "base-cluster.certificate" (dict "name" $host "customDomain" $ingress.customDomain "context" $) | quote }}
replicaCount: 2
pdb:
Expand Down

0 comments on commit 26cf112

Please sign in to comment.