fix: 🐛 enable argo to sync

This commit is contained in:
2026-01-16 20:18:31 +00:00
parent e1cb2c141f
commit 27ab07fc29
2 changed files with 35 additions and 14 deletions

20
apps.yaml Normal file
View File

@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: apps
namespace: argocd
spec:
project: default
source:
repoURL: https://git.svc.pguia.com/guipguia/argocd.git
targetRevision: HEAD
path: apps
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true