Skip to content

Commit 384d3ab

Browse files
author
Rub21
committed
Fix conditional for server_url
1 parent bd4dc06 commit 384d3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osm-seed/templates/web/web-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
7777
value: web.{{ .Values.domain }}
7878
- name: SERVER_PROTOCOL
7979
value : "https"
80-
{{- else }}
80+
{{- end }}
8181
# Set SERVER_URL in case we use LoadBalancer
8282
{{- if eq .Values.serviceType "LoadBalancer" }}
8383
- name: SERVER_URL

0 commit comments

Comments
 (0)