fluxcd / helm-operator-get-started

Managing Helm releases with Flux Helm Operator
MIT License
454 stars 673 forks source link

Currently we have a releases folder with prod, dev and stage - Can we change it to different clusters #55

Closed ctmuthu closed 4 years ago

ctmuthu commented 4 years ago

Let's say I have multiple clusters deployed, and I need to have different release folders for the different clusters.

Currently, I have created different repositories for different clusters. Now with 2 clusters, it's okay. But with multiple clusters, it would be a mess.

Can you (@stefanprodan ) help me here? Maybe I'm missing something.

c4m4 commented 4 years ago

you could use a --git-path option in your fluxcd installation

ctmuthu commented 4 years ago

Thank you @c4m4