From f63bf6b01385a6ada5acd718cc68d946ece34c91 Mon Sep 17 00:00:00 2001 From: Anibal Angulo Date: Sat, 18 Oct 2025 08:47:29 -0600 Subject: [PATCH] Add ArgoCD application manifest --- application.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 application.yaml diff --git a/application.yaml b/application.yaml new file mode 100644 index 0000000..6db894a --- /dev/null +++ b/application.yaml @@ -0,0 +1,18 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: sample-application + namespace: argocd +spec: + project: default + source: + repoURL: git@gitea.ia-innovacion.work/A8065384/demo-argocd.git + targetRevision: HEAD + path: dev + destination: + server: https://kubernetes.default.svc + namespace: apps + syncPolicy: + automated: + selfHeal: true + prune: true