From c57bef03d655abbba1891963f524b04c43ed40c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Jakub?= Date: Tue, 8 Apr 2025 16:11:36 +0200 Subject: [PATCH] fix ingress for argo --- apps/argo-cd/values/dev-values.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/argo-cd/values/dev-values.yaml b/apps/argo-cd/values/dev-values.yaml index b76171e..06bd989 100644 --- a/apps/argo-cd/values/dev-values.yaml +++ b/apps/argo-cd/values/dev-values.yaml @@ -1,3 +1,4 @@ -ingress: - enabled: true - hostname: "web.control-plane-dev.ysoft-dev.com" \ No newline at end of file +server: + ingress: + enabled: true + hostname: "web.control-plane-dev.ysoft-dev.com" \ No newline at end of file