-
Notifications
You must be signed in to change notification settings - Fork 14
Issues installing persistent binderhub chart #5
Copy link
Copy link
Open
Description
Hi folks,
I was trying to have a play with the persistent binderhub today but I couldn't get it installed (following instructions in the readme).
Here's the install command and error:
$ helm install persistent_binderhub/persistent_binderhub --version=0.2.0-n181 --name pbhub --namespace pbhub -f config.yaml --debug
[debug] Created tunnel using local port: '65528'
[debug] SERVER: "127.0.0.1:65528"
[debug] Original chart version: "0.2.0-n181"
[debug] Fetched persistent_binderhub/persistent_binderhub to /Users/sgibson/.helm/cache/archive/persistent_binderhub-0.2.0-n181.tgz
[debug] CHART PATH: /Users/sgibson/.helm/cache/archive/persistent_binderhub-0.2.0-n181.tgz
Error: render error in "persistent_binderhub/charts/binderhub/templates/deployment.yaml": template: persistent_binderhub/charts/binderhub/templates/deployment.yaml:98:74: executing "persistent_binderhub/charts/binderhub/templates/deployment.yaml" at <"/">: invalid value; expected stringAnd my config file looks like this:
binderhub:
jupyterhub:
hub:
services:
binder:
apiToken: "redacted"
proxy:
secretToken: "redacted"
singleuser:
storage:
dynamic:
storageClass: azurefile
registry:
username: sgibson91
password: "redacted"Looks to me like a templating error somewhere into the binderhub chart, but I can deploy the standard binderhub chart without issue. Also a / character does not exist anywhere in the redacted secrets, so I'm not quite sure where that error comes from.
Any help would be greatly appreciated, thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels