Files
2026-06-19 04:40:38 +00:00

26 lines
444 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cloudflared
namespace: argocd
spec:
project: default
source:
repoURL: http://git.home.lan/jay/k8s-gitops.git
targetRevision: main
path: apps/cloudflared
destination:
server: https://kubernetes.default.svc
namespace: cloudflared
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true