Skip to content

Commit f0d19d8

Browse files
committed
Fix: supply KUBERNETES_NAMESPACE to TaskMonitor
1 parent 67542a5 commit f0d19d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/kubernetes-provider/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,7 @@ provider.listen();
661661

662662
const taskMonitor = new TaskMonitor({
663663
runtimeEnv: RUNTIME_ENV,
664+
namespace: KUBERNETES_NAMESPACE,
664665
onIndexFailure: async (deploymentId, details) => {
665666
logger.log("Indexing failed", { deploymentId, details });
666667

0 commit comments

Comments
 (0)