From b36a27c9c8df7f87c5064438f989410edc9e9554 Mon Sep 17 00:00:00 2001 From: Damir Mukimov Date: Wed, 24 Dec 2025 19:20:57 +0100 Subject: [PATCH] Fix ArgoCD applications for both frontend and backend --- k8s/argocd/application.yaml | 7 ++----- k8s/argocd/frontend-application.yaml | 12 +++++------- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/k8s/argocd/application.yaml b/k8s/argocd/application.yaml index ee881c2..4571441 100644 --- a/k8s/argocd/application.yaml +++ b/k8s/argocd/application.yaml @@ -12,12 +12,9 @@ spec: project: default source: repoURL: https://github.com/SamyRai/turash.git - targetRevision: master + targetRevision: HEAD path: k8s - directory: - recurse: true - include: "*.yaml" - exclude: "*.template" + kustomize: {} destination: server: https://kubernetes.default.svc namespace: turash diff --git a/k8s/argocd/frontend-application.yaml b/k8s/argocd/frontend-application.yaml index 416ddce..36f8e46 100644 --- a/k8s/argocd/frontend-application.yaml +++ b/k8s/argocd/frontend-application.yaml @@ -10,13 +10,11 @@ metadata: - resources-finalizer.argocd.argoproj.io spec: project: default - sources: - - repoURL: https://github.com/SamyRai/turash.git - targetRevision: master - path: k8s - kustomize: - commonAnnotations: - app.kubernetes.io/managed-by: argocd + source: + repoURL: https://github.com/SamyRai/turash.git + targetRevision: HEAD + path: k8s + kustomize: {} destination: server: https://kubernetes.default.svc namespace: turash