fix regression in concurrent crawls: (#1324)
- check the 'btrix.org' instead of 'oid' labels in getting related crawls - fixes regression introduced in #1296 where labels where all org id labels were switched to 'btrix.org' for consistency
This commit is contained in:
		
							parent
							
								
									8c09934298
								
							
						
					
					
						commit
						72f1840ae7
					
				| @ -669,7 +669,7 @@ class BtrixOperator(K8sAPI): | ||||
|             { | ||||
|                 "apiVersion": BTRIX_API, | ||||
|                 "resource": "crawljobs", | ||||
|                 "labelSelector": {"matchLabels": {"oid": oid}}, | ||||
|                 "labelSelector": {"matchLabels": {"btrix.org": oid}}, | ||||
|             }, | ||||
|         ] | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user