-
Notifications
You must be signed in to change notification settings - Fork 805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
warning: cannot overwrite table with non table for extraConfig (map[]) #653
Comments
We are getting this warning constantly in pangeo jupyterhub deployments, and we are worried it is the source of deeper problems with our config. Any update? |
It looks like the extraConfig entry in the helm chart changed recently:
|
For posterity I took the following steps to identify this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Every time I
helm upgrade {deployment} {helm_chart} -f config.yml
I get this errorwarning: cannot overwrite table with non table for extraConfig (map[])
I am not sure what it means.
Contents of
config.yaml
The text was updated successfully, but these errors were encountered: