homelab-gitops/management/platform-apps/homelab-gitops.yaml
gwg313 145721146e
Some checks are pending
Pipelines as Code CI / homelab-ci CI has Started
add pac
Signed-off-by: gwg313 <gwg313@pm.me>
2026-06-28 23:33:25 -04:00

20 lines
447 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: homelab-gitops-ci
namespace: argocd
annotations:
argoproj.io/sync-wave: "1"
spec:
project: default
source:
repoURL: https://github.com/gwg313/homelab-gitops.git
targetRevision: main
path: apps/homelab-gitops
destination:
server: https://kubernetes.default.svc
namespace: cicd
syncPolicy:
automated:
prune: true
selfHeal: true