From 04f7142ff771de5fac3ad3f4b544d967ffadc8fe Mon Sep 17 00:00:00 2001 From: Siegfried Kiermayer Date: Thu, 5 Jan 2023 18:21:11 +0100 Subject: [PATCH] fix ingress variable use --- charts/app-dashboard/Chart.yaml | 2 +- charts/app-dashboard/templates/ingress.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/app-dashboard/Chart.yaml b/charts/app-dashboard/Chart.yaml index 5a5a0d5..5fc3fc7 100644 --- a/charts/app-dashboard/Chart.yaml +++ b/charts/app-dashboard/Chart.yaml @@ -7,7 +7,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.0-RC5 +version: 1.0.0-RC6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/app-dashboard/templates/ingress.yaml b/charts/app-dashboard/templates/ingress.yaml index a658cb8..abb67d2 100644 --- a/charts/app-dashboard/templates/ingress.yaml +++ b/charts/app-dashboard/templates/ingress.yaml @@ -19,9 +19,9 @@ spec: pathType: ImplementationSpecific backend: service: - name: { { $fullName } } + name: {{ $fullName }} port: - number: { { $svcPort } } + number: {{ $svcPort }} tls: - secretName: tls-secret hosts: