Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Sep 18, 2024
1 parent aac3497 commit 7d58b8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
-n ${{ vars.MAP_NAMESPACE }} \
--create-namespace \
-f ./infra/map/values.yaml \
--set map.fqdn.legacy="${{ vars.FQDN_LEGACY }}" \
--set map.fqdn_legacy="${{ vars.FQDN_LEGACY }}" \
--set map.fqdn="${{ vars.FQDN }}"
2 changes: 1 addition & 1 deletion infra/map/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
name: {{ include "map.fullname" . }}
port:
number: {{ .Values.map.port }}
- host: {{ .Values.map.fqdn.legacy }}
- host: {{ .Values.map.fqdn_legacy }}
http:
paths:
- path: "/"
Expand Down

0 comments on commit 7d58b8a

Please sign in to comment.