We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31e5d09 + 1a177a3 commit 1a445a2Copy full SHA for 1a445a2
helm-chart/binderhub/templates/_helpers.tpl
@@ -21,7 +21,7 @@ Render docker config.json for the registry-publishing secret and other docker co
21
{{- define "buildDockerConfig" -}}
22
23
{{- /* default auth url */ -}}
24
-{{- $url := (default "https://index.docker.io/v1" .Values.registry.url) }}
+{{- $url := (default "https://index.docker.io/v1/" .Values.registry.url) }}
25
26
{{- /* default username if unspecified
27
(_json_key for gcr.io, <token> otherwise)
0 commit comments