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
- How to pass external postgres username, hostname, db and password (secret ) from values.yaml
- How to declare the storage class ( I have azurestorage as the storage class )
- How to pass the fernetkey using secrets ?
- How to get the github repo sync using initcontainers ? ( Pass github cred )
- How to ship the logs on ADLS gen2 for airflow ? ( configure ADLS directory )