Skip to content

Commit

Permalink
Merge pull request #49 from quickwit-oss/fmassot/add-metastore-uri
Browse files Browse the repository at this point in the history
Add metastore_uri in values.
  • Loading branch information
fmassot authored May 29, 2023
2 parents e4aba4e + 968df7c commit 0a14a98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/quickwit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: quickwit
description: Sub-second search & analytics engine on cloud storage.
type: application
version: 0.3.6
version: 0.3.7
appVersion: v0.5.0
keywords:
- quickwit
Expand Down
5 changes: 4 additions & 1 deletion charts/quickwit/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,10 @@ Quickwit metastore environment
*/}}
{{- define "quickwit.metastore.environment" -}}
{{ include "quickwit.environment" . }}
{{- if .Values.config.postgres }}
{{- if .Values.config.metastore_uri }}
- name: QW_METASTORE_URI
value: {{ .Values.config.metastore_uri }}
{{- else if .Values.config.postgres }}
- name: POSTGRES_HOST
value: {{ required "A valid config.postgres.host is required!" .Values.config.postgres.host }}
- name: POSTGRES_PORT
Expand Down

0 comments on commit 0a14a98

Please sign in to comment.