This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
homelab/applications.yml

26 lines
442 B
YAML
Raw Normal View History

2024-09-21 19:24:39 +00:00
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
namespace: argocd
name: apps
spec:
project: default
source:
repoURL: https://git.fascinated.cc/Fascinated/home-ops.git
targetRevision: HEAD
path: apps/
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true
validate: true