Draft: Conditionally set container name from "svc-<N>" to its specified alias
What does this MR do?
This MR is a take over of the Community contribution !4273 (closed)
When a service is configured and an alias is given, the alias is used as the service name instead of the usual svc-N
Why was this MR needed?
Make it more practical to use pod_spec
on service container as their name is an unique identifier allowing strategic patch strategy
What's the best way to test this MR?
What are the relevant issue numbers?
fixes gitlab#421131