Skip to content

Commit 72cdb5e

Browse files
authored
Supply correct namespace to TaskMonitor (#1419)
1 parent 1f11a8d commit 72cdb5e

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)