-
Notifications
You must be signed in to change notification settings - Fork 705
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
error in kubeapps application display for concourse helmchart #1554
Comments
Thanks @bottkars . Just note, the above output of That said, I was able to add the repo which you mentioned for concourse and reproduce the issue (at least, I think it's the issue?). I don't see any network errors, but what I do see in the JS console is the following: Checking our code at that point (around
Kubeapps should obviously not fall over if a service does not define the ports at all (ie. we shouldn't try to |
thanks for catching up ! for comleteness:
|
even if you would define an empty array, what we do in the helm chart, |
Totally, and either way, Kubeapps should not fall over. It'll be a trivial fix, so a good opportunity for someone to contribute if they want, otherwise we'll fix it soon. Thanks for verifying the workaround :) |
yeah, will reach out to someone |
Description:
after deploying concourse-ci helmchart from https://concourse-charts.storage.googleapis.com/, i am not able to view #/apps/ns/concourse/concourse
Steps to reproduce the issue:
Describe the results you received:
i receive the error page
Describe the results you expected:
see application settings
Additional information you deem important (e.g. issue happens only occasionally):
Version of Helm, Kubeapps and Kubernetes:
helm version
:helm list <kubeapps-release-name>
:kubectl version
:The text was updated successfully, but these errors were encountered: