dumpnet-argo/apps/apps.yaml

19 lines
372 B
YAML
Raw Normal View History

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
2026-08-19 10:45:59 -04:00
name: apps
namespace: argocd
spec:
project: default
source:
2026-09-17 17:19:33 -04:00
repoURL: https://git.keane.sh/ian/dumpnet-argo.git
targetRevision: HEAD
2026-08-19 10:45:59 -04:00
path: apps
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true