argocd-configs/cloudflare/application.yaml

24 lines
464 B
YAML
Raw Permalink Normal View History

2024-05-27 05:59:37 +00:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cloudflare
namespace: argocd
spec:
project: default
source:
repoURL: https://gitea.simplysyncedllc.com/Dex/argocd-configs.git
targetRevision: HEAD
path: cloudflare/prod
destination:
server: https://kubernetes.default.svc
namespace: simplysyncedllc-com
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: true
prune: true