Skip to content

Commit

Permalink
change sync strategy for rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
avinashkatamreddy-sg authored and zhammer committed May 17, 2024
1 parent 4c0560b commit fcabadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/application/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -1881,7 +1881,7 @@ func (s *Server) Rollback(ctx context.Context, rollbackReq *application.Applicat
DryRun: rollbackReq.GetDryRun(),
Prune: rollbackReq.GetPrune(),
SyncOptions: syncOptions,
SyncStrategy: &appv1.SyncStrategy{Apply: &appv1.SyncStrategyApply{}},
SyncStrategy: &appv1.SyncStrategy{},
Source: &deploymentInfo.Source,
},
InitiatedBy: appv1.OperationInitiator{Username: session.Username(ctx)},
Expand Down

0 comments on commit fcabadc

Please sign in to comment.