cdallaire81
cdallaire81
I found a workaround where I use a chart with a subchart. So my argocd application points to a git repo where my values.yaml file is but I've also got...
``` source: repoURL: https://bitbucket.org/bbbbbb/my-cicd-tests.git path: avp-tests plugin: name: avp-helm ``` In the folder avp-tests I have Chart.yaml and values.yaml My avp plugin assumes my values file is called values.yaml otherwise...
And here's my plugin ``` avp-helm: # Note: this command is run _before_ any Helm templating is done, therefore the logic is to check # if this looks like a...