We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11ba60 commit bde3f33Copy full SHA for bde3f33
1 file changed
helm-chart/renku/templates/notebooks/env-secret.yaml
@@ -89,7 +89,7 @@ stringData:
89
NB_SESSIONS__SSH__HOST_KEY_SECRET: {{ .Values.notebooks.ssh.hostKeySecret | quote }}
90
{{- end }}
91
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
+ NB_USER_SECRETS__SECRETS_STORAGE_SERVICE_URL: {{ printf "http://%s-secrets-storage" (include "renku.fullname" .) | quote }}
93
NB_USER_SECRETS__IMAGE: "{{ .Values.notebooks.secretsMount.image.repository}}:{{.Values.notebooks.secretsMount.image.tag }}"
94
---
95
0 commit comments