#Text substitution
1 messages · Page 1 of 1 (latest)
hey there! why not using helm templates directly instead of sed?
you could just add a variable to your helm chart and then submit it in your pipeline via helm install --values or -f or whatever
Well that's a much cleaner way to do things! Didn't know about --values (I'm new to helm as well!)
Thanks @weak sage