From a720f331b63b3a46255863de857f21d193b4180a Mon Sep 17 00:00:00 2001 From: Tasko Olevski Date: Thu, 18 Jan 2024 23:47:05 +0100 Subject: [PATCH] squashme: minor fix --- helm-chart/renku/templates/gateway/config.yaml | 3 ++- helm-chart/renku/templates/gateway/deployment-revproxy.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/helm-chart/renku/templates/gateway/config.yaml b/helm-chart/renku/templates/gateway/config.yaml index d281aee04a..037418f3c6 100644 --- a/helm-chart/renku/templates/gateway/config.yaml +++ b/helm-chart/renku/templates/gateway/config.yaml @@ -32,7 +32,8 @@ data: serviceNames: {{ template "gateway.core.serviceNames" . }} servicePaths: {{ template "gateway.core.paths" . }} sticky: true - crc: {{ printf "http://%s-data-service" .Release.Name | quote }} + dataService: {{ printf "http://%s-data-service" .Release.Name | quote }} + keycloak: {{ include "renku.keycloakUrl" . | quote }} login: endpointsBasePath: "/api/auth" defaultAppRedirectURL: {{ include "renku.baseUrl" . | quote }} diff --git a/helm-chart/renku/templates/gateway/deployment-revproxy.yaml b/helm-chart/renku/templates/gateway/deployment-revproxy.yaml index a20b6cc0fc..ba5f811b1d 100644 --- a/helm-chart/renku/templates/gateway/deployment-revproxy.yaml +++ b/helm-chart/renku/templates/gateway/deployment-revproxy.yaml @@ -49,7 +49,7 @@ spec: name: {{ .Values.global.redis.existingSecret }} key: {{ .Values.global.redis.existingSecretPasswordKey }} volumeMounts: - {{- include "certificates.volumeMo- name: config-volume + {{- include "certificates.volumeMounts.system" . | nindent 12 }} - mountPath: "/etc/gateway" name: public-config - mountPath: "/etc/gateway"