apache / trafficserver-ingress-controller

Apache Traffic Server Ingress Controller for Kubernetes
https://github.com/apache/trafficserver-ingress-controller
Apache License 2.0
39 stars 9 forks source link

Add support for extra arguments for the ingress controller program to helm chart #54

Closed shukitchan closed 3 years ago

shukitchan commented 3 years ago

e.g. namespace of the ingress object and the ignoreNamespace

We can add them through environment variable. Similar to ingress class.

shukitchan commented 3 years ago

For now, we can add "namespace" and "ignoreNamespace" argument to the ingress controller program by overriding the entrypoint.

shukitchan commented 3 years ago

Support added in #73