Skip to content

Commit

Permalink
Merge pull request #96 from quickwit-oss/fix-statefulset-volume-inden…
Browse files Browse the repository at this point in the history
…tation

Fix statefulset volume indentation
  • Loading branch information
rdettai authored Jul 25, 2024
2 parents 01227e0 + 5e4e5bc commit 8d910ef
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.3
version: 0.6.4
appVersion: "v0.8.1"
keywords:
- quickwit
Expand Down
2 changes: 1 addition & 1 deletion charts/quickwit/templates/searcher-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ spec:
name: {{ .name }}
{{- end }}
{{- with .Values.searcher.extraVolumes }}
{{- toYaml . | nindent 10 }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.searcher.nodeSelector }}
nodeSelector:
Expand Down

0 comments on commit 8d910ef

Please sign in to comment.