Skip to content

Commit

Permalink
[KOP] Add base DNS names in addition to wildcard DNS names (#270)
Browse files Browse the repository at this point in the history
* [KOP] Add base DNS names in addition to wildcard DNS names

* Add root kafka DNS name
  • Loading branch information
sijie committed Aug 5, 2021
1 parent 3652690 commit 275a05f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/pulsar/templates/tls/tls-certs-public.yaml
Expand Up @@ -30,8 +30,10 @@ spec:
# Secret names are always required.
secretName: "{{ .Release.Name }}-{{ .Values.tls.proxy.cert_name }}"
dnsNames:
- "{{ template "pulsar.service_domain" . }}"
- "*.{{ template "pulsar.service_domain" . }}"
{{- if .Values.ingress.kop.enabled }}
- "{{ .Values.ingress.kop.external_domain }}"
- "*.{{ .Values.ingress.kop.external_domain }}"
{{- end }}
# Issuer references are always required.
Expand Down

0 comments on commit 275a05f

Please sign in to comment.