refactor: ConfigPodManager is now configured to use internal storage. Using internal path utils for determining TemplatedPodGenerator config path.

This commit is contained in:
Wannes Kerckhove
2022-08-05 09:18:03 +02:00
parent 4d1bd93e94
commit cc2c284aa0
5 changed files with 5 additions and 27 deletions

View File

@@ -85,15 +85,6 @@
"describe": "URL of the SPARQL endpoint, when using a quadstore-based configuration."
}
},
{
"@type": "YargsParameter",
"name": "podConfigJson",
"options": {
"requiresArg": true,
"type": "string",
"describe": "Path to the file that keeps track of dynamic Pod configurations."
}
},
{
"@type": "YargsParameter",
"name": "seededPodConfigJson",