Testing
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 32s

This commit is contained in:
Evrard Van Espen
2025-11-20 18:25:25 +00:00
parent daacb9ad9b
commit 766484a12a
3 changed files with 33 additions and 7 deletions

18
argo.yaml Normal file
View File

@@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: blog-argo
namespace: argocd
spec:
project: default
source:
repoURL: "https://git.vanespen.dev/evanespen/blog"
path: "k8s"
targetRevision: developer
destination:
server: "https://kubernetes.default.svc"
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true