Flux alternative to helm command #5829
-
|
Good day! I want to implement Flux alternative to this helm command: I have same chart for hundreds of apps and i want to simplify deployment with fluxcd. but i cant make it working as expected. In repo with values for chart i want to contain those files: What steps i did:
and i have in values repo in each env i created this file: but this means i will hold in configmap ALL values for all clusters, which i want to isolate |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Check this out: https://github.com/fluxcd/source-watcher/?tab=readme-ov-file#example-helm-chart-composition |
Beta Was this translation helpful? Give feedback.
-
|
See the example repos:
You can use Kustomize overlays and have values per env/cluster. |
Beta Was this translation helpful? Give feedback.
Check this out: https://github.com/fluxcd/source-watcher/?tab=readme-ov-file#example-helm-chart-composition