Skip to content

Commit

Permalink
constant changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishdevtron committed Oct 19, 2023
1 parent b20cce1 commit 2eace36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/k8s/K8sCommonService.go
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ func (impl K8sCommonServiceImpl) PortNumberExtraction(resp []BatchResourceRespon
impl.logger.Warnw("value not found in resourceTreeVal, unable to extract port no")
continue
}
serviceNameRes, ok := value[k8sCommonBean.K8sClusterResourceNameKey]
serviceNameRes, ok := value[k8sCommonBean.K8sClusterResourceMetadataNameKey]
if !ok {
impl.logger.Warnw("service name not found in resourceTreeVal, unable to extract port no")
continue
Expand Down

0 comments on commit 2eace36

Please sign in to comment.