Matheus Pimenta
Matheus Pimenta
I created a simple EKS Auto Mode cluster, installed the flux-operator through the helm CLI and created this `FluxInstance`: ```yaml apiVersion: fluxcd.controlplane.io/v1 kind: FluxInstance metadata: annotations: fluxcd.controlplane.io/reconcileArtifactEvery: 1m name: flux...
Hi @h3nryc0ding, was the 4th output a mistake on copy-paste? > 4. Failure pre > ```bash > ► Checking flux pre-requisites > ✔ flux 0.0.0-dev.0 is a development build >...
> I think the provider name should reflect that this is about posting comments, like it is now, I would think these providers will open/close PRs/MRs. Updated provider names and...
Okay so if I understand your implicit counter-proposal here you are suggesting for us to choose a fixed format for users, and it must include all the metadata fields. The...
Okay I updated the proposal accordingly
This is how your secret for alertmanager with basic auth should look like ([docs](https://fluxcd.io/flux/components/notification/providers/#prometheus-alertmanager)): ```yaml apiVersion: v1 kind: Secret metadata: name: alertmanager-address namespace: default stringData: address: https://:@/api/v2/alerts/ ``` Your URL...
Yeah I also tried a few things here... I'm not sure how to escape either. Your user/pass just have to comply with Go's `url.ParseRequestURI()`: ```go _, err := url.ParseRequestURI(hookURL) if...
For the current version of Flux, your only solution is to comply with Go's `url.ParseRequestURI()`, or change your authentication to Bearer Token: https://fluxcd.io/flux/components/notification/providers/#prometheus-alertmanager For the next Flux version, we could...
> We will wait for the next upgrade. ?
@kalyanteja19 This will land in Flux 2.7, end of September.