Skip to content
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

sshGitServers is throwing a warning on helm template due to being a dict instead of a list #75

Closed
TomHellier opened this issue May 29, 2024 · 0 comments

Comments

@TomHellier
Copy link
Contributor

TomHellier commented May 29, 2024

I'm using the athens-proxy as a subchart to a go pkgsite helm chart.

I'm getting the following warning when I attempt to run helm template with values set for the sshGitServers.

coalesce.go:286: warning: cannot overwrite table with non table for pkgsite.athens-proxy.sshGitServers (map[])
TomHellier added a commit to TomHellier/athens-charts that referenced this issue May 29, 2024
sshGitServers is a list not a dict, so the default value shouldn't be a dictionary.
TomHellier added a commit to TomHellier/athens-charts that referenced this issue May 29, 2024
@TomHellier TomHellier changed the title sshGitServers is throwing an error on helm template due to being a dict instead of a list sshGitServers is throwing a warning on helm template due to being a dict instead of a list May 29, 2024
DrPsychick pushed a commit that referenced this issue May 29, 2024
sshGitServers is a list not a dict, so the default value shouldn't be a
dictionary.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants