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
This works, but if we want charts.yml to be a self-sustainable config, that does not depend on CLI flags, we could introduce a new repositories object:
Our current API looks like this:
While this works, it becomes tedious if you want to add multiple charts from the same (non-stable/default) repository:
The current solution to this is to launch
kubecrt
using the--repo
flag:kubecrt --repo="blendle=https://blendle-charts.storage.googleapis.com" charts.yml
After which you no longer need to define the repo in the
charts/yml
:This works, but if we want
charts.yml
to be a self-sustainable config, that does not depend on CLI flags, we could introduce a newrepositories
object:The text was updated successfully, but these errors were encountered: