Skip to content

Commit

Permalink
Update pkg/sync/sync_context.go
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
  • Loading branch information
blakepettersson and crenshaw-dev authored Sep 19, 2023
1 parent 2effe1b commit c3be8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sync/sync_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ func (sc *syncContext) applyObject(t *syncTask, dryRun, force, validate bool) (c

_, err = sc.resourceOps.ApplyResource(context.TODO(), liveCopy, dryRunStrategy, force, validate, serverSideApply, "argocd-controller-tmp")
if err != nil {
return common.ResultCodeSyncFailed, err.Error()
return common.ResultCodeSyncFailed, "failed to apply existing namespace with temp field manager: " + err.Error()
}
}
message, err = sc.resourceOps.ApplyResource(context.TODO(), t.targetObj, dryRunStrategy, force, validate, serverSideApply, sc.serverSideApplyManager)
Expand Down

0 comments on commit c3be8a4

Please sign in to comment.