Add private

This commit is contained in:
j 2025-08-21 22:29:17 +10:00
parent 527346566b
commit b18a873157
2 changed files with 28 additions and 0 deletions

View file

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

View file

@ -49,6 +49,11 @@ spec:
namespace: home-server
wave: 8
- name: deploy-private
path: applications/80-private
namespace: home-server-private
wave: 9
template:
metadata:
name: "{{.name}}"