add root app and appset for k3s-cluster

This commit is contained in:
2024-07-14 18:52:15 +10:00
parent f81ba3d62c
commit 5ee3fd2adc
2 changed files with 59 additions and 0 deletions

20
root-argocd-app.yaml Normal file
View File

@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: all-apps
namespace: argocd
spec:
project: home-cluster-ops
source:
repoURL: https://github.com/3dwardch3ng/home-cluster-ops.git
targetRevision: HEAD
path: appsets
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true