INFRA-3388 | Saqib | Fixes checkstyle warnings

This commit is contained in:
Saqib Perwaiz
2024-08-27 12:26:40 +05:30
parent 1e1c6a9509
commit 301ff42781

View File

@@ -279,7 +279,6 @@ public class KubeOperationService {
throw new RuntimeException(e);
}
}
}
private String getLoadBalancerName(Manifest manifest, LoadBalancer toBeDeleted, String lbType) {
String name = manifest.getName() + "-" + "navi-service";