Skip to content

Commit

Permalink
set minio param retaining logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jx2lee committed Nov 25, 2023
1 parent 30555ee commit 51f470d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: {{ if .Values.minio.storage.persistence }}"/storage"{{ else }}"/data"{{ end }}
{{- with .Values.minio.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down
1 change: 1 addition & 0 deletions charts/airbyte/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1452,6 +1452,7 @@ minio:
auth:
rootUser: minio
rootPassword: minio123
## storage.persistence retain minio log when airbyte restarts. (persistence: true)
storage:
volumeClaimValue: 500Mi

Expand Down

0 comments on commit 51f470d

Please sign in to comment.