From 7d58b8a1f59f30480b017fef1bd5bce3a314500b Mon Sep 17 00:00:00 2001 From: james-otten Date: Tue, 17 Sep 2024 22:00:56 -0400 Subject: [PATCH] lol --- .github/workflows/helm-deploy.yaml | 2 +- infra/map/templates/ingress.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-deploy.yaml b/.github/workflows/helm-deploy.yaml index 511a4ec..4bbdf54 100644 --- a/.github/workflows/helm-deploy.yaml +++ b/.github/workflows/helm-deploy.yaml @@ -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 }}" \ No newline at end of file diff --git a/infra/map/templates/ingress.yaml b/infra/map/templates/ingress.yaml index 74fd603..5e82ca1 100644 --- a/infra/map/templates/ingress.yaml +++ b/infra/map/templates/ingress.yaml @@ -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: "/"