Fixed issue with missing variables affecting deployments on Podman (#338)
This commit is contained in:
parent
97eb17784d
commit
5ccacd8a16
@ -95,10 +95,12 @@ class BaseCrawlManager(ABC):
|
||||
# Create Config Map
|
||||
await self._create_config_map(
|
||||
crawlconfig,
|
||||
USER_ID=str(crawlconfig.userid),
|
||||
STORE_PATH=storage_path,
|
||||
STORE_FILENAME=out_filename,
|
||||
STORAGE_NAME=storage_name,
|
||||
USER_ID=str(crawlconfig.userid),
|
||||
ARCHIVE_ID=str(crawlconfig.aid),
|
||||
CRAWL_CONFIG_ID=str(crawlconfig.id),
|
||||
PROFILE_FILENAME=profile_filename,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user