Skip to content

Commit

Permalink
Merge pull request #15186 from cdapio/CDAP-20654_68cp
Browse files Browse the repository at this point in the history
[CDAP-20654] Add watcher on correct namespace
  • Loading branch information
rmstar authored May 22, 2023
2 parents fda65cd + cfdff3c commit 9b21496
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ public void onNamespaceCreation(NamespaceDetail namespaceDetail) throws Exceptio
workloadIdentityProvider);
}
}
addAndStartWatchers(cdapNamespace);
addAndStartWatchers(namespace);
}

@Override
Expand Down

0 comments on commit 9b21496

Please sign in to comment.