flux2-kustomize-helm-example icon indicating copy to clipboard operation
flux2-kustomize-helm-example copied to clipboard

A GitOps workflow example for multi-env deployments with Flux, Kustomize and Helm.

Results 20 flux2-kustomize-helm-example issues
Sort by recently updated
recently updated
newest added

When the producing command in a pipe fails, a script does not fail, even with `errexit`: ``` [...] INFO - Validating clusters find: './clusters': No such file or directory INFO...

I am on Ubuntu 20.04. ``` flux bootstrap github --context=staging --owner=${GITHUB_USER} --repository=${GITHUB_REPO} --branch=main --personal --path=clusters/staging ✗ context "staging" does not exist ``` I checked ``` flux check ► checking prerequisites...

If you had more than a single app to deploy into a cluster, where would you put the manifests? I've been scratching my head for a while with this and...

Hey, When the e2e is running I'm getting this error: flux-system gitrepository/flux-system False invalid 'ssh' auth option: 'identity' is required what might be the reason for this failure?

Hello, First of all, this repo has been very helpful!!! Reason for opening this issue is that when using sops to store encrypted secrets in a repo with a similar...

Things under the `/infrastructure` folder will be deployed identically to every cluster, right? What if each cluster is supposed to have some cluster-specific parameters? The proposed folder structure doesn't allow...

question

Just an FYI that's probably worth mentioning in the in the readme. The bitnami images used in this example are not built to support arm64 processors. So they won't work...

1) `maxdepth` is global argument and must be first. 2) `maxdepth` must be with value `2` (clusters/{production,staging} 3) `PIPESTATUS` not needed

Disclaimer: I'm new to flux. Steps to reproduce: 1. Follow steps in [README.md](https://github.com/fluxcd/flux2-kustomize-helm-example), specifically: cd ~/git/forks git clone [email protected]:ME/flux2-kustomize-helm-example.git cd flux2-kustomize-helm-example flux check ‐‐pre ``` ► checking prerequisites ✔ kubectl...

I forked this repo, added a new cluster in clusters/development and bootstraped flux on a local kind cluster. ``` flux bootstrap github \ --owner=itapai \ --repository=flux2-kustomize-helm-example \ --branch=master \ --path=clusters/development...