:orphan: .. _airbyte_install: Install airbyte ---------------- .. code-block:: 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 .. code-block:: kubectl get sc kubectl patch storageclass -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}'