dumpnet-argo/apps/cluster.yaml

19 lines
388 B
YAML
Raw Normal View History

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