From 7d676e7133bf18de681bbf9d9c065fa6fe1f6d43 Mon Sep 17 00:00:00 2001 From: Chris Rai Date: Sat, 31 Jan 2026 01:03:17 -0500 Subject: [PATCH] fix: update ArgoCD app path and rename to cloud-gateway-development --- argocd-apps/development/gateway.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd-apps/development/gateway.yaml b/argocd-apps/development/gateway.yaml index e87f89b..80ae827 100644 --- a/argocd-apps/development/gateway.yaml +++ b/argocd-apps/development/gateway.yaml @@ -1,7 +1,7 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: gateway + name: cloud-gateway-development namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io @@ -10,7 +10,7 @@ spec: source: repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/cloud-services.git targetRevision: main - path: deploy/overlays/development/services/gateway + path: deploy/overlays/development destination: server: https://kubernetes.default.svc namespace: cloud-services