Skip to content

Commit

Permalink
[HELM] fixed usage of urlSubPath variable
Browse files Browse the repository at this point in the history
  • Loading branch information
phertweck committed Oct 8, 2018
1 parent 7859bf3 commit 144b615
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helm/frost-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: frost-server
version: 1.8.5
appVersion: 1.8
version: 1.9.3-snapshot
appVersion: 1.9-SNAPSHOT
description: The FROST-Server (FRaunhofer Opensource SensorThings-Server) is the first complete, open-source implementation of the OGC SensorThings API Part 1 (Sensing).
keywords:
- sensorthings-api
Expand Down
2 changes: 1 addition & 1 deletion helm/frost-server/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ v1.0
Get the HTTP service root URL
*/}}
{{- define "frost-server.http.serviceRootUrl" -}}
{{ .Values.frost.http.serviceProtocol }}://{{ .Values.frost.http.serviceHost }}{{ if .Values.frost.http.servicePort }}:{{ .Values.frost.http.servicePort }}{{ else if not .Values.frost.http.ingress.enabled }}:{{ .Values.frost.http.ports.http.nodePort }}{{ end }}{{ .Values.frost.http.urlSubPath }}
{{ .Values.frost.http.serviceProtocol }}://{{ .Values.frost.http.serviceHost }}{{ if .Values.frost.http.servicePort }}:{{ .Values.frost.http.servicePort }}{{ else if not .Values.frost.http.ingress.enabled }}:{{ .Values.frost.http.ports.http.nodePort }}{{ end }}{{ if .Values.frost.http.urlSubPath }}/{{ .Values.frost.http.urlSubPath }}{{ end }}
{{- end -}}

0 comments on commit 144b615

Please sign in to comment.