Skip to content

Commit

Permalink
fix localhost cert
Browse files Browse the repository at this point in the history
  • Loading branch information
AmaliMatharaarachchi committed Jun 13, 2024
1 parent 66ee8e9 commit b222ea2
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 b222ea2

Please sign in to comment.