### Component Helm Chart ### Describe the bug the llm-d-routing-sidecar seems to be an initContainer, why is `llm-d-routing-sidecar` an initContainer and not a container? https://github.com/llm-d/llm-d-deployer/blob/ea98349645fe547a967da3a552e0cbe92d08caec/charts/llm-d/templates/modelservice/presets/basic-gpu-preset.yaml#L46-L61 ### Steps to reproduce ``` helm repo add bitnami https://charts.bitnami.com/bitnami helm repo add llm-d https://llm-d.ai/llm-d-deployer helm template llm-d llm-d/llm-d | grep -A 15 initContainers ``` ### Additional context or screenshots _No response_
Component
Helm Chart
Describe the bug
the llm-d-routing-sidecar seems to be an initContainer, why is
llm-d-routing-sidecaran initContainer and not a container?llm-d-deployer/charts/llm-d/templates/modelservice/presets/basic-gpu-preset.yaml
Lines 46 to 61 in ea98349
Steps to reproduce
Additional context or screenshots
No response