Skip to content

Commit

Permalink
Add debug log line
Browse files Browse the repository at this point in the history
  • Loading branch information
Oded-B committed Jul 2, 2024
1 parent 385a31b commit 469270c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/pkg/argocd/argocd.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@ func SetArgoCDAppRevision(ctx context.Context, componentPath string, revision st
}
patch := string(patchJson)

log.Debugf("Patching app %s/%s with: %s", foundApp.Namespace, foundApp.Name, patch)

patchType := "merge"
_, err = appClient.Patch(ctx, &application.ApplicationPatchRequest{
Name: &foundApp.Name,
Expand Down

0 comments on commit 469270c

Please sign in to comment.