GiorgioBullo
GiorgioBullo
Following my previous example, I was thinking about something like the following, in the Tiltfile: ```py docker_compose('./docker-compose.yml', services=['svcs2','svcs3']) yamlDeploy = helm( './path/to/svcs1-helm-chart', name='svcs1', values=['./path/to/svcs1-helm-values.yaml'] ) k8s_yaml(yamlDeploy) ``` So, when I...
it doesn't look like a feasible solution, because to disable a couple of resources I need to rename them (which could be fine), but then I need to enable everything...
Good, I guess the solutions you provided will satisfy most of the people out there 💪. I'll leave it to you whether you want to close this or not.