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
Copy file name to clipboardExpand all lines: docs/config.md
+76-12Lines changed: 76 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,24 +110,88 @@ config:
110
110
111
111
The worker will automatically detect secret references (format: `provider/vault/secret`) in environment variables and resolve them at runtime.
112
112
113
+
## Deployment Environment Variables
114
+
115
+
Environment variables can also be set at the deployment level (e.g., Kubernetes, Docker Compose) and will **take priority** over `worker.yaml` configuration.
0 commit comments