chore(helm): Adding quickwit values to global

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-09-02 12:10:25 +02:00
parent 6d1eb10ab5
commit 5c7d4205a0
2 changed files with 3 additions and 0 deletions

View file

@ -52,6 +52,8 @@ spec:
value: '{{ .Values.global.kafka.kafkaUseSsl }}'
- name: POSTGRES_STRING
value: 'postgres://{{ .Values.global.postgresql.postgresqlUser }}:{{ .Values.global.postgresql.postgresqlPassword }}@{{ .Values.global.postgresql.postgresqlHost }}:{{ .Values.global.postgresql.postgresqlPort }}/{{ .Values.global.postgresql.postgresqlDatabase }}'
- name: QUICKWIT_ENABLED
value: '{{ .Values.global.quickwit.enabled }}'
{{- range $key, $val := .Values.env }}
- name: {{ $key }}
value: '{{ $val }}'

View file

@ -97,6 +97,7 @@ global:
postgresql: *postgres
kafka: *kafka
redis: *redis
quickwit: *quickwit
openReplayContainerRegistry: "public.ecr.aws/p1t3u8a3"
s3:
region: "us-east-1"