Skip to content

Commit

Permalink
minor improve
Browse files Browse the repository at this point in the history
  • Loading branch information
benjobs committed Jan 6, 2024
1 parent 9dace2e commit ed62df5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ public Boolean delete(Application paramApp) {
removeApp(application);

if (isKubernetesApp(application)) {
TrackId trackId = FlinkK8sWatcherWrapper.Bridge.toTrackId(application);
TrackId trackId = toTrackId(application);
KubernetesDeploymentHelper.delete(trackId.namespace(), trackId.clusterId());
k8SFlinkTrackMonitor.unWatching(trackId);
} else {
Expand Down

0 comments on commit ed62df5

Please sign in to comment.