From b222ea2093bc5208b04c9c31a5bdd09a5bfd5e3f Mon Sep 17 00:00:00 2001 From: AmaliMatharaarachchi Date: Thu, 13 Jun 2024 15:54:01 +0530 Subject: [PATCH] fix localhost cert --- .../certificates/localhost-listener-certificate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts/templates/cert-manager/certificates/localhost-listener-certificate.yaml b/helm-charts/templates/cert-manager/certificates/localhost-listener-certificate.yaml index 5063ec4cf..e13f19e0f 100644 --- a/helm-charts/templates/cert-manager/certificates/localhost-listener-certificate.yaml +++ b/helm-charts/templates/cert-manager/certificates/localhost-listener-certificate.yaml @@ -25,7 +25,7 @@ metadata: namespace: {{ .Release.Namespace }} spec: dnsNames: - - "locahost" + - "localhost" issuerRef: kind: {{ .Values.certmanager.issuerKind | default "ClusterIssuer" }} {{ if .Values.certmanager.servers -}}