In my cluster I'm running Linkerd which is a service mesh. This injects a proxy container next to the main container in the same pod.
When I inject an initcontainer with this project it changes the sequence of the 2 containers inside the pod making the linkerd proxy container the 'main'/0 container.
Is this expected behaviour?