flamingo icon indicating copy to clipboard operation
flamingo copied to clipboard

Flux Subsystem for Argo

Results 23 flamingo issues
Sort by recently updated
recently updated
newest added

thanks for this nice work ;) for helm-charts it is working very good we have a kustomization but the resources not showed up in the ui - is this expected...

Flux Subsystem for Argo already supports visualizing Terraform objects managed by https://github.com/weaveworks/tf-controller (to be clear this can be done with just Flux + `weaveworks/tf-controller`, and visualized with either FSA or...

Hi, I'm testing flamingo and there are some pieces missing in my mind. Is it possible to list objects created by Helm Operator? I defined 3 objects: HelmRepository, HelmRelease, and...

### Feature Request #### Summary Flamingo currently lacks visibility into the suspension status of Kustomization or Helm Releases. This issue proposes enhancing Flamingo to reflect the suspension status in the...

enhancement

Unsure if this is a bug or something I'm doing wrong. Any pointers appreciated. I've installed Flamingo with the standard install command ``` flamingo install ``` I created an app...

bug

Hi, Hopefully a quick question if someone knows. In the Flamingo source at: https://github.com/flux-subsystem-argo/flamingo/blob/ef02f00f17000b5a95bee67abcd6387819e942be/cmd/flamingo/install_templates.go#L110 it suggests that the label to identify a tenant is limited to the namespace name: ```...

bug

Hi, The documentation at https://www.weave.works/blog/get-started-flamingo-flux-cd-subsystem-for-argo-cd suggests there is a `--read-only-mode` flag for the cli when installing it (in tenant/namespaced mode), but I don't see the flag actually available/referenced in the...

enhancement

I have a Helm chart that only installs ClusterIssuers. A set of Custom Resource Objects. Flux does a great job of installing the objects, but the Helm Release objects do...