This commit is contained in:
j 2025-08-23 00:02:20 +10:00
parent 5d34d06fe2
commit 6f5d64e74c
2 changed files with 25 additions and 1 deletions

View file

@ -0,0 +1,19 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: other-stuff
namespace: argocd
spec:
project: default
source:
repoURL: https://repobase.net/j/home-server-private.git
targetRevision: HEAD
path: deployments
destination:
server: https://kubernetes.default.svc
namespace: home-media
syncPolicy:
automated:
prune: true
selfHeal: true

View file

@ -27,7 +27,12 @@ spec:
- name: deploy-stuff
path: applications/stuff
namespace: home-server
wave: 3
wave: 4
- name: deploy-other-stuff
path: applications/private
namespace: home-server
wave: 5
template:
metadata: