Custom App View - View does not change #4592
-
I want to get familiar with the custom app view feature of Kubeapps. I used the documentation. I followed every step: First I used the given file in After that I added customAppViews:
- plugin: helm.packages
name: apache
repository: bitnami to and in the last step
The I am asking because the steps of the installation work fine, without errors etc. but when I deploy apache in the custom Kubeapps the view does not change. Do I need to render a custom component, like in the custom form documentation? I am sure I am missing some action. Help would be very appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
Hi there @SohrabTa . This functionality was added by the community, specifically by @aanthonyrizzo , who is the main user, I believe. I'll see if he can jump in to help you debug, as it's not something we (the core team) are using. |
Beta Was this translation helpful? Give feedback.
-
Hi @SohrabTa! Yes I use this feature in my deployment of kubeapps. Does it not even try to render the custom component or is it trying to fetch it and returning a 404? If you set the bundle file to |
Beta Was this translation helpful? Give feedback.
-
Hi @aanthonyrizzo! Oh how cool I get to talk to the creator 😄 When I go through the steps described in my first post and I deploy an Apache app from the bitnami repo, the Apache's app page looks like the default one, so nothing changes. I don't know if it tries to fetch a new one or not. Is there a way for me to enable a debug log? When I set the bundle file to When I set the bundle file to |
Beta Was this translation helpful? Give feedback.
-
I think until now I did not inject the custom
and then I check the progress by running
When I check the two values that you pointed out, the Unfortunately I cannot go to the application view, because I cannot deploy an application, because the apprepo fails to sync with the bitnami one. I am very thankful for your support up until now 😄 💙 |
Beta Was this translation helpful? Give feedback.
Hi @SohrabTa! Yes I use this feature in my deployment of kubeapps. Does it not even try to render the custom component or is it trying to fetch it and returning a 404? If you set the bundle file to
''
do you get a blank page or an error? I have not tested this on the latest version of Kubeapps however I know it runs on (2.4.1).