All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m7s
18 lines
355 B
YAML
18 lines
355 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"
|
|
destination:
|
|
server: "https://kubernetes.default.svc"
|
|
namespace: argocd
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|