From 8c50bba4ea1616591e9fe3a7238546da53e17bb1 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 13 Mar 2025 22:26:12 -0500 Subject: [PATCH] remove backslash --- clusters/cl01tl/deployment/argocd/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/deployment/argocd/values.yaml b/clusters/cl01tl/deployment/argocd/values.yaml index eea639204..971fef391 100644 --- a/clusters/cl01tl/deployment/argocd/values.yaml +++ b/clusters/cl01tl/deployment/argocd/values.yaml @@ -6,7 +6,7 @@ argo-cd: admin.enabled: true timeout.reconciliation: 100s timeout.reconciliation.jitter: 60s - url: https://argocd.alexlebens.net/ + url: https://argocd.alexlebens.net statusbadge.url: https://argocd.alexlebens.net/ statusbadge.enabled: true dex.config: |