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