password: $(az keyvault secret show --id https://${COMMON_VAULT}.vault.azure.net/secrets/istio-password --query value -otsv)
EOF
```
Create the helm chart values file necessary to install airflow charts.
- Download [helm-config.yaml](https://community.opengroup.org/osdu/platform/deployment-and-operations/infra-azure-provisioning/-/raw/master/charts/airflow/helm-config.yaml), which will configure OSDU on Azure.
- Edit the newly downloaded [config_airflow.yaml](https://community.opengroup.org/osdu/platform/deployment-and-operations/infra-azure-provisioning/-/raw/master/charts/airflow/helm-config.yaml) and fill out the required sections `externalDatabase` and `externalRedis`.
```bash
# Setup Variables
GROUP=$(az group list --query"[?contains(name, 'cr${UNIQUE}')].name"-otsv)
ENV_VAULT=$(az keyvault list --resource-group$GROUP--query[].name -otsv)
# Translate Values File
cat> config_airflow.yaml <<EOF
# This file contains the essential configs for the osdu airflow on azure helm chart