Skip to content

Commit

Permalink
fix: add a storage class name in airbyte helm charts for Min IO
Browse files Browse the repository at this point in the history
  • Loading branch information
espados committed Dec 19, 2024
1 parent 7f580c8 commit 1c16bca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/airbyte/templates/minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ spec:
resources:
requests:
storage: {{ .Values.minio.storage.volumeClaimValue }}
{{- if .Values.minio.storage.storageClass }}
storageClassName: {{ .Values.minio.storage.storageClass }}
{{- end }}
template:
metadata:
labels:
Expand Down
1 change: 1 addition & 0 deletions charts/airbyte/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1737,6 +1737,7 @@ minio:
tag: latest

storage:
storageClass: ~ # Add the storage class name here
volumeClaimValue: 500Mi

# -- Node labels for pod assignment, see https://kubernetes.io/docs/user-guide/node-selection/
Expand Down

0 comments on commit 1c16bca

Please sign in to comment.