Yann-OAF opened a new pull request #13130:
URL: https://github.com/apache/superset/pull/13130
### SUMMARY
This change will evaluate `configOverrides` as templates. This allows making
those overrides dynamic and use input values from `values.yaml` which may not
be easy to ingest as env variables. For instance:
```
configOverrides:
reports: |
WEBDRIVER_BASEURL = "http://{{ template "superset.fullname" . }}:{{
.Values.service.port }}/"
```
### TEST PLAN
* Update your `values.yaml` with some values based on Helm values - see
example above
* `helm upgrade` your chart release
### ADDITIONAL INFORMATION
- [ ] Has associated issue:
- [ ] Changes UI
- [ ] Requires DB Migration.
- [ ] Confirm DB Migration upgrade and downgrade tested.
- [ ] Introduces new feature or API
- [ ] Removes existing feature or API
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]