Use APP_DATA_DIR directly for runtime mount
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
"readOnly": false
|
||||
},
|
||||
{
|
||||
"hostPath": "${APP_DATA_DIR}/runtime",
|
||||
"hostPath": "${APP_DATA_DIR}",
|
||||
"containerPath": "/runtime",
|
||||
"readOnly": false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user