Skip to content

Commit d526d5f

Browse files
authored
Merge pull request #29 from techops-services/fix-Configure-workflow-data-directory
Fix Configure workflow data directory for Kubernetes
2 parents 0ea3705 + efb5c13 commit d526d5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deploy/staging/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ env:
7272
PARA_ENVIRONMENT:
7373
type: kv
7474
value: "beta"
75+
WORKFLOW_EMBEDDED_DATA_DIR:
76+
type: kv
77+
value: "/tmp/workflow-data"
7578
NEXT_PUBLIC_API_URL:
7679
type: kv
7780
value: "http://localhost:3000"

0 commit comments

Comments
 (0)