how do I get helm-controller to deploy helm releases in different folders without using kustomize-controller #1061
Unanswered
jack-evans
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, we've been using fluxv1 with helm-operator for over a year and I am looking at migrating from that to fluxv2.
Currently, we have a single repo that hold all our charts, releases and individual cluster configuration to apply as values to the releases/helm charts like so:
This works for our existing setup however not without some adjustment to fluxv2.
Currently in order to get helm-controller to recognise the releases I have to do the following:
cp-releases
orshared-releases
ordp-releases
like this:Is there a way to keep this existing format and bypass the need for the Kustomization resource and just use the GitRepository resource?
Beta Was this translation helpful? Give feedback.
All reactions