tilt-dev / tilt.build

Tilt landing page
https://tilt.dev/
Apache License 2.0
22 stars 61 forks source link

include docs about using tilt set to override default values #1082

Closed rands0n closed 2 years ago

rands0n commented 2 years ago

Recently, I was using the option set to override default values from a helm chart. I know there are other options of how to use this. But didn't found any information related to set on the docs.

k8s_yaml(helm('./chart', name='tilt-workshop-app', namespace='default', set=['replicaCount=2']))

So, I looked at this repository to include this info but didn't found how to do it. There is some place where I can found info on how to include that or some page showing us how to contribute?

I believe this information is valuable and we should have it on the docs page.

What do you guys think?

landism commented 2 years ago

Thanks for letting us know!

IIUC, the info you're describing is documented here and lives in github here

Just to make sure I understand: is the issue that you couldn't find the api docs for helm, or that you found it but found its description of set lacking?

rands0n commented 2 years ago

I found it, but didn't found about the set.

Thanks for the response @landism, closing this issue since we already have it 🤟🏽