From 41bc197033be14518bbeb0ffe86fde3c848c88e5 Mon Sep 17 00:00:00 2001 From: Octavia Squidington III <90398440+octavia-squidington-iii@users.noreply.github.com> Date: Thu, 7 Dec 2023 19:45:42 -0500 Subject: [PATCH] update minio helm template to maintain logs when it restarted (#10260) Co-authored-by: jx2lee Co-authored-by: Jaejun Lee <63435794+jx2lee@users.noreply.github.com> Co-authored-by: Cole Snodgrass --- charts/airbyte/templates/minio.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/airbyte/templates/minio.yaml b/charts/airbyte/templates/minio.yaml index 9cbb4dd2523..fdd57c07d00 100644 --- a/charts/airbyte/templates/minio.yaml +++ b/charts/airbyte/templates/minio.yaml @@ -47,7 +47,7 @@ spec: # Mount the volume into the pod volumeMounts: - name: airbyte-minio-pv-claim # must match the volume name, above - mountPath: "/data" + mountPath: "/storage" {{- with .Values.minio.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }}