Skip to content

Commit bde3f33

Browse files
committed
fix
1 parent a11ba60 commit bde3f33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helm-chart/renku/templates/notebooks/env-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ stringData:
8989
NB_SESSIONS__SSH__HOST_KEY_SECRET: {{ .Values.notebooks.ssh.hostKeySecret | quote }}
9090
{{- end }}
9191
NB_DATA_SERVICE_URL: {{ printf "http://%s-data-service/api/data" (include "renku.fullname" .) | quote }}
92-
NB_USER_SECRETS__SECRETS_STORAGE_SERVICE_URL: {{ template "renku.fullname" . }}-secrets-storage
92+
NB_USER_SECRETS__SECRETS_STORAGE_SERVICE_URL: {{ printf "http://%s-secrets-storage" (include "renku.fullname" .) | quote }}
9393
NB_USER_SECRETS__IMAGE: "{{ .Values.notebooks.secretsMount.image.repository}}:{{.Values.notebooks.secretsMount.image.tag }}"
9494
---
9595

0 commit comments

Comments
 (0)