flux-kustomize-example
flux-kustomize-example copied to clipboard
Flux v1: Example of Flux using manifest generation with Kustomize
I use a single flux to manage deployments of the same applications across different namespaces. It might be any idea to showcase the multi-namespace features of kustomize rather than a...
├── base │ ├── kustomization.yaml │ └── istio.yaml └── Dev | └── kustomization.yaml ├── Prod |── kustomization.yaml This is my Kustomise folder structure, i have kept the istio in base....
Forked repo to my github account Installed flux using below command - `helm upgrade -i flux fluxcd/flux --set [email protected]:nikhilbalekundargi/flux-kustomize-example.git --set manifest-generation=true --set git-path=staging --set syncGarbageCollection.enabled=true --namespace flux --set helm.versions=v3 --wait...
When I deployed this, the first time flux tried to update an image version automatically, it completely overwrote the flux-patch.yaml with nothing but that image tag update.