diff --git a/backend/btrixcloud/operator.py b/backend/btrixcloud/operator.py index 0fcf8e0a..c90e6c8f 100644 --- a/backend/btrixcloud/operator.py +++ b/backend/btrixcloud/operator.py @@ -1645,7 +1645,7 @@ class BtrixOperator(K8sAPI): userid=userid, oid=oid, storage=org.storage, - crawler_channel=configmap["CRAWLER_CHANNEL"], + crawler_channel=configmap.get("CRAWLER_CHANNEL", "default"), scale=int(configmap.get("INITIAL_SCALE", 1)), crawl_timeout=int(configmap.get("CRAWL_TIMEOUT", 0)), max_crawl_size=int(configmap.get("MAX_CRAWL_SIZE", "0")),