cdfoundation / tekton-helm-chart

CDF official helm chart for Tekton
Apache License 2.0
53 stars 49 forks source link

fix: remove namespace #51

Closed msvticket closed 1 year ago

msvticket commented 1 year ago

yq only changes the first file argument when called with -i. That the other files still had the namespace meant that kustomize failed, which in turn caused other problems.

Also fixing that sed didn't execute (at least not on mac) and doing some cleanup