From 63d32636b6f132512397cefaa532b6cd5a4100a9 Mon Sep 17 00:00:00 2001 From: Remi Dettai Date: Thu, 25 Jul 2024 21:05:47 +0200 Subject: [PATCH] Fix metastore volume indentation --- charts/quickwit/Chart.yaml | 2 +- charts/quickwit/templates/metastore-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/quickwit/Chart.yaml b/charts/quickwit/Chart.yaml index a418841..d157a8d 100644 --- a/charts/quickwit/Chart.yaml +++ b/charts/quickwit/Chart.yaml @@ -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 diff --git a/charts/quickwit/templates/metastore-deployment.yaml b/charts/quickwit/templates/metastore-deployment.yaml index 3b19071..80b461d 100644 --- a/charts/quickwit/templates/metastore-deployment.yaml +++ b/charts/quickwit/templates/metastore-deployment.yaml @@ -106,7 +106,7 @@ spec: name: {{ .name }} {{- end }} {{- with .Values.metastore.extraVolumes }} - {{- toYaml . | nindent 10 }} + {{- toYaml . | nindent 8 }} {{- end }} {{- with .Values.metastore.nodeSelector }} nodeSelector: