Skip to content

Commit

Permalink
update minio helm template to maintain logs when it restarted (#10260)
Browse files Browse the repository at this point in the history
Co-authored-by: jx2lee <[email protected]>
Co-authored-by: Jaejun Lee <[email protected]>
Co-authored-by: Cole Snodgrass <[email protected]>
  • Loading branch information
4 people committed Dec 8, 2023
1 parent d71406a commit 41bc197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/airbyte/templates/minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 41bc197

Please sign in to comment.