Install airbyte
helm repo add airbyte https://airbytehq.github.io/helm-charts
helm repo update
helm search repo airbyte
helm -n aizen-infra upgrade aizen-airbyte airbyte/airbyte --version 0.43.29
kubectl create -f airbyte-ingress.yaml
Note
Additional information can be found at https://docs.airbyte.com/deploying-airbyte/on-kubernetes-via-helm
If storage class is not picked up correctly then, please mark one of the storage class as default
kubectl get sc
kubectl patch storageclass <your storage class name> -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}'