alessandro-peyrachia-rnc commented on issue #56343:
URL: https://github.com/apache/airflow/issues/56343#issuecomment-3602051608

   Hi @nathaliaceballoshurtado, there is an issue in the helm chart 1.18.0, I 
stumbled across it.
   It is already fixed in the main branch anyway.
   To have it run correctly, simply add to the **values.yaml**
   ```
   apiServer:
     apiServerConfigConfigMapName: airflow-api-server-config
   ```
   which is the default name of the configmap
   configmap name is generated with {{HelmReleaseName}}-api-server-config, 
update yours accordingly
   Then generate the configmap with kustomize like this:
   ```
   configMapGenerator:
   - files:
     - webserver_config.py
     name: airflow-api-server-config
   ```
   Everything should work 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to