Skip to content

Commit da4acec

Browse files
committed
fix
1 parent 7363d9c commit da4acec

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
@@ -88,7 +88,7 @@ stringData:
8888
NB_SESSIONS__SSH__HOST_KEY_SECRET: {{ .Values.notebooks.ssh.hostKeySecret | quote }}
8989
{{- end }}
9090
NB_DATA_SERVICE_URL: {{ printf "http://%s-data-service/api/data" (include "renku.fullname" .) | quote }}
91-
NB_USER_SECRETS__SECRETS_STORAGE_SERVICE_URL: {{ template "renku.fullname" . }}-secrets-storage
91+
NB_USER_SECRETS__SECRETS_STORAGE_SERVICE_URL: {{ printf "http://%s-secrets-storage" (include "renku.fullname" .) | quote }}
9292
NB_USER_SECRETS__IMAGE: "{{ .Values.notebooks.secretsMount.image.repository}}:{{.Values.notebooks.secretsMount.image.tag }}"
9393
---
9494

0 commit comments

Comments
 (0)