From 18c3d44351efc8f58b48ed9e1d2e5616892ccf9d Mon Sep 17 00:00:00 2001 From: Silvio Moioli Date: Thu, 16 Jun 2022 15:08:37 +0200 Subject: [PATCH] Bugfix: avoid clumping of successive lines --- templates/gogs/gogs-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/gogs/gogs-config.yaml b/templates/gogs/gogs-config.yaml index 94785ed..d9edea4 100755 --- a/templates/gogs/gogs-config.yaml +++ b/templates/gogs/gogs-config.yaml @@ -22,13 +22,13 @@ data: {{- else }} DOMAIN = localhost EXTERNAL_URL = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/ - {{- end -}} + {{- end }} {{- if .Values.service.http.externalHost }} DOMAIN = {{ .Values.service.http.externalHost }} {{- else }} DOMAIN = {{ template "fullname" . }}-http.{{ .Release.Namespace }}.svc.cluster.local - {{- end -}} + {{- end }} HTTP_PORT = {{ .Values.service.http.port }} UNIX_SOCKET_PERMISSION = 666