Skip to content

Commit

Permalink
Merge pull request #2 from seatgeek/ak-post-sync-hook
Browse files Browse the repository at this point in the history
change sync strategy for rollback
  • Loading branch information
avinashkatamreddy-sg committed May 2, 2024
2 parents 4f4671d + 13d2956 commit 1604198
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 @@ -1939,7 +1939,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 1604198

Please sign in to comment.