home-server/applications/private/private.yaml

20 lines
401 B
YAML
Raw Normal View History

2025-08-23 00:02:20 +10:00
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: other-stuff
namespace: argocd
spec:
project: default
source:
2025-09-04 00:19:47 +10:00
repoURL: ssh://git@repobase.net:j/home-server-private.git
2025-08-23 00:02:20 +10:00
targetRevision: HEAD
path: deployments
destination:
server: https://kubernetes.default.svc
namespace: home-media
syncPolicy:
automated:
prune: true
selfHeal: true