We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7363d9c commit da4acecCopy full SHA for da4acec
1 file changed
helm-chart/renku/templates/notebooks/env-secret.yaml
@@ -88,7 +88,7 @@ stringData:
88
NB_SESSIONS__SSH__HOST_KEY_SECRET: {{ .Values.notebooks.ssh.hostKeySecret | quote }}
89
{{- end }}
90
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
+ NB_USER_SECRETS__SECRETS_STORAGE_SERVICE_URL: {{ printf "http://%s-secrets-storage" (include "renku.fullname" .) | quote }}
92
NB_USER_SECRETS__IMAGE: "{{ .Values.notebooks.secretsMount.image.repository}}:{{.Values.notebooks.secretsMount.image.tag }}"
93
---
94
0 commit comments