airbyte-platform icon indicating copy to clipboard operation
airbyte-platform copied to clipboard

🐛 Fix Helm Charts: add a storage class name for Min IO

Open saifsafsf opened this issue 6 months ago • 0 comments
trafficstars

What

Adding a storage class label in helm charts for airbyte with Min IO because without no storage class name & no default set, it throws this error. no persistent volumes available for this claim and no storage class is set

How

A section has been added in the minio.yaml file in the airbyte templates where the storageClassName would be set only if a value has been passed.

Recommended reading order

  1. minio.yaml
  2. values.yaml

Can this PR be safely reverted and rolled back?

  • [x] YES :green_heart:
  • [ ] NO :x:

saifsafsf avatar May 05 '25 05:05 saifsafsf