add root app

This commit is contained in:
Roxedus 2022-06-01 00:22:55 +02:00
parent c04296913d
commit 443f744de9
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B
2 changed files with 19 additions and 0 deletions

19
apps/templates/root.yaml Normal file
View File

@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: root
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
server: https://kubernetes.default.svc
namespace: default
project: default
source:
path: apps/
repoURL: https://git.roxedus.dev/Roxedus/Argo.git
targetRevision: HEAD
syncPolicy:
automated:
prune: true
selfHeal: true

0
apps/values.yaml Normal file
View File