From 6a37ddb0498fe890adbf53f6ff72bba0b5940c60 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 3 May 2025 13:03:55 +0200 Subject: [PATCH] Fixed typo in Traefik ArgoCD Application --- applications/templates/traefik.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/templates/traefik.yaml b/applications/templates/traefik.yaml index 1ff9eb0..f020941 100644 --- a/applications/templates/traefik.yaml +++ b/applications/templates/traefik.yaml @@ -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`)