From e7b3182fb5de22adfdbe3dac72c84107d328b03d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n-Garc=C3=ADa?= Date: Mon, 26 Nov 2018 12:48:39 +0100 Subject: [PATCH] [stable/osclass] Fix issue with OSCLASS_HOST (#9541) Signed-off-by: Javier J. Salmeron Garcia --- stable/osclass/Chart.yaml | 2 +- stable/osclass/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/osclass/Chart.yaml b/stable/osclass/Chart.yaml index d371f839fa..d9fdc91a73 100644 --- a/stable/osclass/Chart.yaml +++ b/stable/osclass/Chart.yaml @@ -1,5 +1,5 @@ name: osclass -version: 4.0.1 +version: 4.0.2 appVersion: 3.7.4 description: Osclass is a php script that allows you to quickly create and manage your own free classifieds site. diff --git a/stable/osclass/templates/deployment.yaml b/stable/osclass/templates/deployment.yaml index bc3201fd51..3285f60388 100644 --- a/stable/osclass/templates/deployment.yaml +++ b/stable/osclass/templates/deployment.yaml @@ -77,7 +77,7 @@ spec: {{- end }} {{- $port:=.Values.service.port | toString }} - name: OSCLASS_HOST - value: "{{ include "osclass.host" . }}}}{{- if ne $port "80" }}:{{ .Values.service.port }}{{ end }}" + value: "{{ include "osclass.host" . }}{{- if ne $port "80" }}:{{ .Values.service.port }}{{ end }}" - name: OSCLASS_USERNAME value: {{ default "" .Values.osclassUsername | quote }} - name: OSCLASS_PASSWORD