-
Notifications
You must be signed in to change notification settings - Fork 100
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
🏗️ Central http server where to push result artifacts #515
Comments
Started a refactoring here: https://github.com/spectrocloud/kubesplit/tree/remove-dependencies The libraries we used in kubesplit had some limitations (e.g. they couldn't replace maps with a string value, which is what you do when you create a helm template). E.g.
and we figured out it's possible with with our jq |
osbuilder work happening here: https://github.com/kairos-io/osbuilder/tree/515-central-server |
Docs: #566 |
Instead of spawning up servers for all every artifact, we should have a single server that binds to a pvc that can be set, and makes artifacts available. Bonus points if this can be configured somehow (can I provide my own server?)
The text was updated successfully, but these errors were encountered: