We need this to more easily split the resources within the multiple helm charts from each other
With helm_resource we can assign Tilt labels, however, all of our micro-services now get grouped into only one Tilt resource
This also means that all of our micro-services output their logs in one view which makes it hard to decipher and diagnose problems
Our request:
We already add a lot of labels to our Kubernetes objects that could be used to split the resources from Helm into sub-resources in Tilt via helm_resource
Is it possible to add a new function argument to helm_resource to split resources by labels?
For e.g. app.kubernetes.io/component or even a custom specified label name
This would make it significantly easier to see all the microservices within a given Tilt group (i.e. Tilt Label) but also see Kubernetes resources that are further sub-grouped (i.e. K8s Label)
Really appreciate the product though 👌
It is saving us huge amounts of time and this is greatly appreciated 🙏
Our problem:
helm_resource
in our Tiltfile because the nativehelm
/k8s_yaml
functionality does not allow to add Tilt labels to resourceshelm_resource
we can assign Tilt labels, however, all of our micro-services now get grouped into only one Tilt resourceOur request:
helm_resource
helm_resource
to split resources by labels?app.kubernetes.io/component
or even a custom specified label nameReally appreciate the product though 👌
It is saving us huge amounts of time and this is greatly appreciated 🙏