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