Hi Team, im pretty new with helm and k3s, I'm using jenkins
pipeline to handle the deployment to 3 of my servers (dev, test, prod)
based in some conditions inside the pipeline, i was making this with
docker using its exposed api from each server, now im trying to do this with helm,
install the chart in one of those servers, based on the same condition
in my pipeline, is there any way to achieve this?
hope i made myself clear 😅