Skip to content

Commit

Permalink
Merge pull request #22 from quickwit-oss/fmassot--fix-typo-in-secret
Browse files Browse the repository at this point in the history
Fix typo in secret.
  • Loading branch information
fmassot authored Nov 26, 2022
2 parents 2d9cbdf + fec401e commit 07c0d79
Show file tree
Hide file tree
Showing 2 changed files with 2 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: Open-Source & Cloud-Native Log Management at any scale.
type: application
version: 0.1.11
version: 0.1.12
appVersion: "edge"
keywords:
- quickwit
Expand Down
2 changes: 1 addition & 1 deletion charts/quickwit/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
{{- include "quickwit.labels" . | nindent 4 }}
type: Opaque
data:
{{- if .Values.postgres }}
{{- if .Values.config.postgres }}
postgres.password: {{ required "A valid config.postgres.password is required!" .Values.config.postgres.password | b64enc | quote }}
{{- end }}
{{- if .Values.config.s3.secret_key }}
Expand Down

0 comments on commit 07c0d79

Please sign in to comment.