Fixed typo in Traefik ArgoCD Application

This commit is contained in:
Marco van Zijl 2025-05-03 13:03:55 +02:00
parent bfa519d933
commit 6a37ddb049

View File

@ -19,12 +19,12 @@ spec:
repoURL: https://traefik.github.io/charts
targetRevision: 35.2.0
helm:
valueObject:
valuesObject:
ingressRoute:
dashboard:
enabled: true
matchRule: PathPrefix(`/dashboard`) || PathPrefix(`/api`)
entryPoints: ["websecure"]
entryPoints: ["web"]
healthcheck:
enabled: false
matchRule: PathPrefix(`/ping`)