@@ -131,3 +131,37 @@ If you are a Dynamo contributor the [dynamo run guide](../dynamo_run.md) for det
...
@@ -131,3 +131,37 @@ If you are a Dynamo contributor the [dynamo run guide](../dynamo_run.md) for det
args:
args:
---is-prefill-worker# For disaggregated prefill workers
---is-prefill-worker# For disaggregated prefill workers
```
```
### Image Pull Secret Configuration
#### Automatic Discovery and Injection
By default, the Dynamo operator automatically discovers and injects image pull secrets based on container registry host matching. The operator scans Docker config secrets within the same namespace and matches their registry hostnames to the container image URLs, automatically injecting the appropriate secrets into the pod's `imagePullSecrets`.
**Disabling Automatic Discovery:**
To disable this behavior for a component and manually control image pull secrets: