This PR implements the Strimzi Proposal 84 and adds support for templating host and advertisedHost fields in the listener configuration. The host fields apply to route and ingress type listeners, the advertised hosts can be used with any listener. The implementation is as describe int he proposal.
Checklist
[x] Write tests
[x] Make sure all tests pass
[x] Update documentation
[x] Try your changes from Pod inside your Kubernetes and OpenShift cluster, not just locally
Type of change
Description
This PR implements the Strimzi Proposal 84 and adds support for templating
host
andadvertisedHost
fields in the listener configuration. Thehost
fields apply to route and ingress type listeners, the advertised hosts can be used with any listener. The implementation is as describe int he proposal.Checklist