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

how to Secondary development KubeApps ? #1952

Closed
lypee opened this issue Aug 20, 2020 · 5 comments
Closed

how to Secondary development KubeApps ? #1952

lypee opened this issue Aug 20, 2020 · 5 comments

Comments

@lypee
Copy link

lypee commented Aug 20, 2020

Sorry for my bad English
We want us to input ***.yaml content and these content can into Database ,We can search it and deploy it by ***.yaml files that we input .
I dont know How to store the contents of the warehouse in the database in which form
Looking forward to your answer ;

@lypee
Copy link
Author

lypee commented Aug 20, 2020

Which function is stored in the database

@absoludity
Copy link
Contributor

Currently Kubeapps only supports importing Helm charts for deployment (though there is also operator support behind a feature flag, it does not use the database at all).

We don't currently support importing plain yaml content for deployment, though we do have plans to generalise the current chart support so in the future plugins can be written for different formats.

Currently, your only option would be to convert your yaml content to a basic Helm chart and include it in a helm 2 repository.

Please re-open if that doesn't answer your question :)

@andresmgot
Copy link
Contributor

I believe you may want to have something like what's requested in this issue: #859 (being able to use different values yaml like production-values.yaml). If that's your case, you can subscribe to that issue to get updates.

@lypee
Copy link
Author

lypee commented Aug 20, 2020

Currently Kubeapps only supports importing Helm charts for deployment (though there is also operator support behind a feature flag, it does not use the database at all).

We don't currently support importing plain yaml content for deployment, though we do have plans to generalise the current chart support so in the future plugins can be written for different formats.

Currently, your only option would be to convert your yaml content to a basic Helm chart and include it in a helm 2 repository.

Please re-open if that doesn't answer your question :)

Can I Secondary development Kubeapps to achieve my goal

@lypee
Copy link
Author

lypee commented Aug 20, 2020

t

Currently Kubeapps only supports importing Helm charts for deployment (though there is also operator support behind a feature flag, it does not use the database at all).

We don't currently support importing plain yaml content for deployment, though we do have plans to generalise the current chart support so in the future plugins can be written for different formats.

Currently, your only option would be to convert your yaml content to a basic Helm chart and include it in a helm 2 repository.

Please re-open if that doesn't answer your question :)

We usr Harbor as private repository
We want to be able to enter (yaml file) on the page and ability to store the contents of files in the database
Then we can go to the Catalog column and deploy it .

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

3 participants