Skip to content

Commit

Permalink
Merge pull request #22 from strelok29/app-mendix-domain
Browse files Browse the repository at this point in the history
Fixed app mendix ingress domain
  • Loading branch information
vktrbrlv authored Feb 13, 2024
2 parents 0fd5e11 + 9eb70e5 commit 19cfe3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/app-mendix/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/app-mendix/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}

0 comments on commit 19cfe3c

Please sign in to comment.