traefik-helm-chart icon indicating copy to clipboard operation
traefik-helm-chart copied to clipboard

Better support for ArgoCD without Prometheus

Open Syndlex opened this issue 1 year ago • 2 comments

Welcome!

  • [x] Yes, I've searched similar issues on GitHub and didn't find any.
  • [x] Yes, I've searched similar issues on the Traefik community forum and didn't find any.

What did you expect to see?

The is a issue in argo-cd where you can not set something to "null" https://github.com/argoproj/argo-cd/issues/16312

The workaround is to use values instead of valuesObject

to support argoCD better it would be nice to use metrics.prometheus.enable instead of searching for null

Syndlex avatar Jan 14 '25 12:01 Syndlex

Hello @Syndlex,

I'm unsure, but have you tried to disable it by setting prometheus: {} ?

mloiseleur avatar Jan 15 '25 07:01 mloiseleur

@mloiseleur,

yes I tried this. didn't work :(

Syndlex avatar Jan 15 '25 08:01 Syndlex

@Syndlex It seems it's now possible with ArgoCD with latest version or by using SSA (source). Does it solve your issue ?

mloiseleur avatar Aug 29 '25 15:08 mloiseleur