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

kubectl get sc
kubectl patch storageclass <your storage class name> -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}'