Skip to content

Commit

Permalink
[CDAP-20654] Add watcher on correct namespace
Browse files Browse the repository at this point in the history
Fixed a bug where we were adding a watcher on the cdap namespace (instead of k8s namespace)
on namespace creation.
  • Loading branch information
rmstar committed May 20, 2023
1 parent fda65cd commit cfdff3c
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 cfdff3c

Please sign in to comment.