Add argo applications

This commit is contained in:
Raffael H
2023-10-11 12:00:19 +02:00
parent 9b00f330b3
commit 4df31ddaf6
3 changed files with 87 additions and 0 deletions

24
apps/user-demo.yaml Normal file
View File

@@ -0,0 +1,24 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: <user>-demo
namespace: argocd
spec:
destination:
namespace: <user>
server: https://kubernetes.default.svc
project: default
source:
repoURL: 'https://gitea.training.cluster.acend.ch/<user>/prometheus-training-lab-setup'
path: charts/user-monitoring-demo/
targetRevision: main
helm:
values: |
user: <user>
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- Replace=true