mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
Add root app
This commit is contained in:
parent
45c67d1108
commit
ce4bf2e638
@ -2,6 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
# Root app
|
||||||
|
- resources/argocd.yaml
|
||||||
# System
|
# System
|
||||||
- resources/cert-manager.yaml
|
- resources/cert-manager.yaml
|
||||||
- resources/descheduler.yaml
|
- resources/descheduler.yaml
|
||||||
|
18
apps/resources/argocd.yaml
Normal file
18
apps/resources/argocd.yaml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: apps
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
destination:
|
||||||
|
name: in-cluster
|
||||||
|
source:
|
||||||
|
repoURL: https://github.com/khuedoan/homelab
|
||||||
|
path: apps
|
||||||
|
targetRevision: master
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
Loading…
Reference in New Issue
Block a user