Skip to content

Commit

Permalink
Merge pull request #2390 from AmaliMatharaarachchi/gateway
Browse files Browse the repository at this point in the history
Fix localhost cert
  • Loading branch information
Krishanx92 authored Aug 2, 2024
2 parents edcb9a6 + b222ea2 commit 92b8337
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ metadata:
namespace: {{ .Release.Namespace }}
spec:
dnsNames:
- "locahost"
- "localhost"
issuerRef:
kind: {{ .Values.certmanager.issuerKind | default "ClusterIssuer" }}
{{ if .Values.certmanager.servers -}}
Expand Down

0 comments on commit 92b8337

Please sign in to comment.