Skip to content

Commit

Permalink
feat: TLS
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Oct 6, 2024
1 parent 7bb8dd2 commit e4f83fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/int-email/templates/certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
secretName: "{{ include "int-email.fullname" . }}-tls-secret"
issuerRef:
name: "{{ .Values.cert.issuer.name }}-int-email"
kind: ClusterIssuer
kind: Issuer
dnsNames:
{{- range .Values.ingress.hosts }}
- "{{ .host }}"
Expand Down

0 comments on commit e4f83fe

Please sign in to comment.