nice try but no

This commit is contained in:
Tobias Brunner 2022-10-07 21:07:22 +02:00
parent 73b69eb2d0
commit 8e00f4bc65

View file

@ -1,36 +0,0 @@
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
helm:
values: |
timescaledb-single:
persistentVolumes:
data:
size: 50Gi
promscale:
extraEnv:
- name: TOBS_TELEMETRY_INSTALLED_BY
value: helm
- name: TOBS_TELEMETRY_VERSION
value: {{ .Chart.Version }}
opentelemetry-operator:
enabled: false
destination:
namespace: tobs
server: https://kubernetes.default.svc
syncPolicy:
automated:
selfHeal: false
syncOptions:
- CreateNamespace=true
- ServerSideApply=true