Skip to content

Commit dfe19bc

Browse files
committed
fix
1 parent ceb4e2f commit dfe19bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/deployment/common/deploymentConfigService.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ func (impl *DeploymentConfigServiceImpl) GetConfigForHelmApps(appId, envId int)
389389
}
390390

391391
func (impl *DeploymentConfigServiceImpl) IsChartStoreAppManagedByArgoCd(appId int) (bool, error) {
392-
if impl.deploymentServiceTypeConfig.UseDeploymentConfigData {
392+
if !impl.deploymentServiceTypeConfig.UseDeploymentConfigData {
393393
return impl.installedAppReadService.IsChartStoreAppManagedByArgoCd(appId)
394394
}
395395
deploymentAppType, err := impl.deploymentConfigRepository.GetDeploymentAppTypeForChartStoreAppByAppId(appId)

0 commit comments

Comments
 (0)