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