You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
It would be nice to have a way to refer helm charts in the Kedge file.
Chart shouldn't be tied to any given Kedge app. That means it can't be done in the way we are doing secrets or config maps.
But it should be in the way that allows deploying everything together using one kedge call.
Charts can have parameters, so we need a way not to define just what chart to deploy but also with what parameters.
Maybe separate file defining what chart to deploy?
This is just my brain dump on this issue. Later I will try to make this more concrete defintion.
The text was updated successfully, but these errors were encountered:
It would be nice to have a way to refer helm charts in the Kedge file.
Chart shouldn't be tied to any given Kedge app. That means it can't be done in the way we are doing secrets or config maps.
But it should be in the way that allows deploying everything together using one
kedge
call.Charts can have parameters, so we need a way not to define just what chart to deploy but also with what parameters.
Maybe separate file defining what chart to deploy?
This is just my brain dump on this issue. Later I will try to make this more concrete defintion.
The text was updated successfully, but these errors were encountered: