Skip to content

Commit

Permalink
Merge pull request #97 from quickwit-oss/fix-metastore-volume-indenta…
Browse files Browse the repository at this point in the history
…tion

Fix metastore volume indentation
  • Loading branch information
rdettai authored Jul 25, 2024
2 parents 8d910ef + 63d3263 commit ba1d203
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: Sub-second search & analytics engine on cloud storage.
type: application
version: 0.6.4
version: 0.6.5
appVersion: "v0.8.1"
keywords:
- quickwit
Expand Down
2 changes: 1 addition & 1 deletion charts/quickwit/templates/metastore-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ spec:
name: {{ .name }}
{{- end }}
{{- with .Values.metastore.extraVolumes }}
{{- toYaml . | nindent 10 }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.metastore.nodeSelector }}
nodeSelector:
Expand Down

0 comments on commit ba1d203

Please sign in to comment.