GitHub user jeff-cook added a comment to the discussion: How to set connection string
The answer was to - use the `_CMD` variables - Set the non `_CMD` vars to false under `enableBuiltInSecretEnvVars` - Use `extraConfigMaps` to add the script - `volumes` and `volumeMounts` to add the script/configmap to the pods - Add `extraEnvFrom` to load the whole existing secret to the env GitHub link: https://github.com/apache/airflow/discussions/56747#discussioncomment-14820884 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
