Airflow with KubernetesExecutor on AKS

Hi,

I would like to setup airflow on AKS (Azure) with KubernetesExecutor using helm chart. I see the current helm chart support it, but did see some values missing to be passed from values.yaml like

  1. How to pass external postgres username, hostname, db and password (secret ) from values.yaml
  2. How to declare the storage class ( I have azurestorage as the storage class )
  3. How to pass the fernetkey using secrets ?
  4. How to get the github repo sync using initcontainers ? ( Pass github cred )
  5. How to ship the logs on ADLS gen2 for airflow ? ( configure ADLS directory )