Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
Denan Musinovic committed May 27, 2024
1 parent 290ed2a commit 3a2fb0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/mock-subdomain-server/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
ingressClassName: nginx
tls:
- hosts:
- first.{{ .Values.ingress.url }}
- first-{{ .Values.ingress.url }}
secretName: {{ if eq .Values.ingress.cert "" }}distributorwildcard{{ else }}{{ .Values.ingress.cert }}{{ end }}
rules:
- host: first-{{ .Values.ingress.url }}
Expand Down Expand Up @@ -45,7 +45,7 @@ spec:
ingressClassName: nginx
tls:
- hosts:
- second.{{ .Values.ingress.url }}
- second-{{ .Values.ingress.url }}
secretName: {{ if eq .Values.ingress.cert "" }}distributorwildcard{{ else }}{{ .Values.ingress.cert }}{{ end }}
rules:
- host: second-{{ .Values.ingress.url }}
Expand Down

0 comments on commit 3a2fb0f

Please sign in to comment.