NJ-Tokki opened a new pull request, #33363:
URL: https://github.com/apache/airflow/pull/33363
I would like to propose allowing template values to flower ingress hostnames.
Why is it needed?
Let's assume that we're providing airflow service to multiple teams.
By creating flower ingress hostnames using <code>{{ .Release.Namespace
}}</code> or <code>{{ .Release.Name }}</code>,
there is no need to create multiple values files to store different
hostnames for each team.
Usage
```yaml
hosts:
# # The hostname for the flower Ingress (can be templated)
- name: {{ .Release.Namespace }}.airflow.service.com
```
--
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]