Files
blog/argo.yaml
Evrard Van Espen ce09964bc1
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m5s
Testing
2025-11-20 19:11:04 +00:00

19 lines
379 B
YAML

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