Skip to content

Commit 22cac3b

Browse files
Merge pull request #6718 from devtron-labs/fix-argo-sync-main
fix: argo sync
2 parents 22d1601 + 7c611cb commit 22cac3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/deployment/common/bean/bean.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ func (d *DeploymentConfig) IsArgoCdClientSupported() bool {
214214
}
215215

216216
func (d *DeploymentConfig) IsArgoAppSyncAndRefreshSupported() bool {
217-
return d.IsAcdRelease() && d.IsFluxCDRelease() && !d.IsLinkedRelease()
217+
return d.IsAcdRelease() && !d.IsLinkedRelease()
218218
}
219219

220220
func (d *DeploymentConfig) IsArgoAppPatchSupported() bool {

0 commit comments

Comments
 (0)