Skip to content

Commit 47a08bb

Browse files
committed
fix config
1 parent c830362 commit 47a08bb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

helm-chart/renku/templates/gateway/configmap.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ metadata:
1010
data:
1111
config.yaml: |
1212
debugMode: {{ .Values.gateway.debug | default false }}
13-
enableV1Services: {{ .Values.enableV1Services | default false }}
1413
server:
1514
port: 8080
1615
host: 0.0.0.0
@@ -76,7 +75,7 @@ data:
7675
scopes: ["openid", "api", "read_user", "read_repository"]
7776
callbackURI: {{ printf "%s/api/auth/callback" (include "renku.baseUrl" .) }}
7877
usePKCE: false
79-
{{ end -}}
78+
{{- end }}
8079
oldGitLabLogout: {{ .Values.gateway.oldGitLabLogout | default false }}
8180
logoutGitLabUponRenkuLogout: {{ .Values.gateway.logoutGitLabUponRenkuLogout | default true }}
8281
redis:

0 commit comments

Comments
 (0)