Commit efb5c13
committed
Fix Configure workflow data directory for Kubernetes
The Workflow SDK was attempting to write run state to `.workflow-data/runs/` which
doesn't exist in our Kubernetes containers and cannot be created due to
filesystem restrictions.
## Solution
Configure the Workflow SDK to write to `/tmp/workflow-data` instead by setting the
`WORKFLOW_EMBEDDED_DATA_DIR` environment variable in the staging deployment
config.1 parent 0ea3705 commit efb5c13
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
75 | 78 | | |
76 | 79 | | |
77 | 80 | | |
| |||
0 commit comments