From 9eb70e56104db39c745d103ec6ce49889b00d81c Mon Sep 17 00:00:00 2001 From: Rifqi Prabantoro Date: Tue, 13 Feb 2024 17:47:05 +0700 Subject: [PATCH] Fixed app mendix ingress domain --- charts/app-mendix/Chart.yaml | 2 +- charts/app-mendix/templates/ingress.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/app-mendix/Chart.yaml b/charts/app-mendix/Chart.yaml index fc9a617..6b70aed 100644 --- a/charts/app-mendix/Chart.yaml +++ b/charts/app-mendix/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: app-mendix -version: 2.2.4 +version: 2.2.5 description: Mendix Application Chart. icon: https://cinaq.github.io/helm-charts/icons/mendix-logo.png maintainers: diff --git a/charts/app-mendix/templates/ingress.yaml b/charts/app-mendix/templates/ingress.yaml index e6fbdb2..8cd68bc 100644 --- a/charts/app-mendix/templates/ingress.yaml +++ b/charts/app-mendix/templates/ingress.yaml @@ -41,7 +41,7 @@ spec: {{- if .Values.ingress.tls.enabled }} tls: - hosts: - - {{ .Release.Name }}.{{ .Values.ingress.domain }} + - {{ .Values.ingress.domain }} secretName: {{ .Values.ingress.tls.secretName }} {{- end }} {{- end -}}