You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just now I tested an Ingress for @copytesting that had multiple hostnames. Our plugin dutifully changed all of them... to the same value. This could probably be improved by making each one unique in some way, preferably using some part of the initially specified hostname.
If each of those hostnames were unique, I think that would be an improvement.
Workaround
Splitting this Ingress up into multiple Ingresses would probably Work without modifying our plugin. We may end up doing this for this client so I'm not sure of the urgency here.
The text was updated successfully, but these errors were encountered:
Builds upon #42
Just now I tested an Ingress for @copytesting that had multiple hostnames. Our plugin dutifully changed all of them... to the same value. This could probably be improved by making each one unique in some way, preferably using some part of the initially specified hostname.
Example to test:
Our plugin changed it to this:
If each of those hostnames were unique, I think that would be an improvement.
Workaround
Splitting this Ingress up into multiple Ingresses would probably Work without modifying our plugin. We may end up doing this for this client so I'm not sure of the urgency here.
The text was updated successfully, but these errors were encountered: