Supply correct namespace to TaskMonitor (#1419)

This commit is contained in:
Valentin Mocanu
2024-10-27 14:53:43 +02:00
committed by GitHub
parent 1f11a8dde0
commit 72cdb5edc4
+1
View File
@@ -661,6 +661,7 @@ provider.listen();
const taskMonitor = new TaskMonitor({
runtimeEnv: RUNTIME_ENV,
namespace: KUBERNETES_NAMESPACE,
onIndexFailure: async (deploymentId, details) => {
logger.log("Indexing failed", { deploymentId, details });