From 629b71e40c3749fddfee613e260d22c8055f6796 Mon Sep 17 00:00:00 2001 From: Jonathan Gazeley Date: Thu, 28 Jan 2021 16:47:05 +0000 Subject: [PATCH] Fix typo --- charts/camerahub/Chart.yaml | 2 +- charts/camerahub/templates/ingress.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/camerahub/Chart.yaml b/charts/camerahub/Chart.yaml index 27bd48b..7e92c7c 100644 --- a/charts/camerahub/Chart.yaml +++ b/charts/camerahub/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: 0.1.4 +version: 0.1.5 # 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/camerahub/templates/ingress.yaml b/charts/camerahub/templates/ingress.yaml index 8e29da4..612cb60 100644 --- a/charts/camerahub/templates/ingress.yaml +++ b/charts/camerahub/templates/ingress.yaml @@ -16,7 +16,7 @@ metadata: {{- toYaml . | nindent 4 }} {{- end }} spec: - {{- if .Values.ingress.tls }} + {{- if .Values.ingress.tls -}} tls: - hosts: - {{ .Values.camerahub.domain | quote }}