flux-kustomize-example icon indicating copy to clipboard operation
flux-kustomize-example copied to clipboard

Flux v1: Example of Flux using manifest generation with Kustomize

Results 4 flux-kustomize-example issues
Sort by recently updated
recently updated
newest added

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.