traefik-helm-chart
traefik-helm-chart copied to clipboard
Better support for ArgoCD without Prometheus
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
Hello @Syndlex,
I'm unsure, but have you tried to disable it by setting prometheus: {} ?
@mloiseleur,
yes I tried this. didn't work :(
@Syndlex It seems it's now possible with ArgoCD with latest version or by using SSA (source). Does it solve your issue ?