mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/osclass] Fix issue with OSCLASS_HOST (#9541)
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
b88011c38c
commit
e7b3182fb5
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user