install tobs

This commit is contained in:
Tobias Brunner 2022-10-07 17:03:50 +02:00
parent 9f171d7cfa
commit a82bbb028c

21
_apps/tobs.yaml Normal file
View file

@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: tobs
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: system
source:
chart: tobs
repoURL: https://charts.timescale.com/
targetRevision: 15.1.1
destination:
namespace: tobs
server: https://kubernetes.default.svc
syncPolicy:
automated:
selfHeal: false
syncOptions:
- CreateNamespace=true