Hi. Has anyone ever tried to remove an resource fr...
# general
p
Hi. Has anyone ever tried to remove an resource from a helm chart? I’m trying to install the
stable/grafana
chart but it is installing the tests too. I’d like to exclude them, but I can’t find a way to do it. Any suggestions?
g
You should be able to do it with the
transformations
parameter. I don’t have an example handy, but I think you could set that resource to be empty
p
I tried that, no success.
g
Hmm, maybe there’s a variable on the chart you can set to skip tests?
p