|
36 | 36 | audience: renku |
37 | 37 | authorizedParty: renku-cli |
38 | 38 | revproxy: |
39 | | - enableInternalGitlab: {{ .Values.enableInternalGitlab | default false }} |
| 39 | + enableInternalGitlab: "false" |
40 | 40 | renkuBaseUrl: {{ include "renku.baseUrl" . | quote }} |
41 | 41 | externalGitlabUrl: {{ .Values.global.gitlab.url | default "" | quote }} |
42 | 42 | k8sNamespace: {{ .Release.Namespace }} |
|
47 | 47 | uiserver: {{ printf "http://%s" (include "ui-server.fullname" .) | quote }} |
48 | 48 | search: {{ printf "http://%s-search-api" .Release.Name | quote }} |
49 | 49 | login: |
50 | | - enableInternalGitlab: {{ .Values.enableInternalGitlab | default false }} |
| 50 | + enableInternalGitlab: "false" |
51 | 51 | renkuBaseUrl: {{ include "renku.baseUrl" . | quote }} |
52 | 52 | loginRoutesBasePath: "/api/auth" |
53 | 53 | defaultAppRedirectURL: {{ include "renku.baseUrl" . | quote }} |
|
60 | 60 | scopes: ["profile", "email", "openid", "microprofile-jwt"] |
61 | 61 | callbackURI: {{ printf "%s/api/auth/callback" (include "renku.baseUrl" .) }} |
62 | 62 | usePKCE: false |
63 | | - {{- if .Values.enableInternalGitlab }} |
64 | | - gitlab: |
65 | | - issuer: {{ .Values.global.gitlab.url | quote }} |
66 | | - clientID: {{ .Values.gateway.gitlabClientId | default .Values.global.gateway.gitlabClientId | quote }} |
67 | | - scopes: ["openid", "api", "read_user", "read_repository"] |
68 | | - callbackURI: {{ printf "%s/api/auth/callback" (include "renku.baseUrl" .) }} |
69 | | - usePKCE: false |
70 | | - {{- end }} |
71 | 63 | oldGitLabLogout: {{ .Values.gateway.oldGitLabLogout | default false }} |
72 | 64 | logoutGitLabUponRenkuLogout: {{ .Values.gateway.logoutGitLabUponRenkuLogout | default true }} |
73 | 65 | redis: |
|
0 commit comments