Files
blog/argo.yaml
Evrard Van Espen 766484a12a
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 32s
Testing
2025-11-20 18:25:25 +00:00

19 lines
385 B
YAML

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