dstandish edited a comment on pull request #17142:
URL: https://github.com/apache/airflow/pull/17142#issuecomment-942889154
i noticed some secrets are defined under `data`:
```yaml
# Airflow database & redis config
data:
# If secret names are provided, use those secrets
metadataSecretName: ~
resultBackendSecretName: ~
brokerUrlSecretName: ~
```
but others are at top level of values:
```yaml
# Fernet key settings
# Note: fernetKey can only be set during install, not upgrade
fernetKey: ~
fernetKeySecretName: ~
# Flask secret key for Airflow Webserver: `[webserver] secret_key` in
airflow.cfg
webserverSecretKey: ~
webserverSecretKeySecretName: ~
```
would it make sense to combine all of them under `data`?
oh ... i guess data means like metastore-related config
i was interpreting it as like ... data for the chart (i.e. which secrets to
use for what)
--
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]