Skip to content

Commit 1aed5f4

Browse files
committed
fix
1 parent dafa9f2 commit 1aed5f4

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)