Skip to content

Commit

Permalink
Test: use comp name directly
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsntTheWay committed Feb 14, 2025
1 parent d96ab82 commit bb0c4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/comp-functions/functions/vshnforgejo/backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func AddBackup(ctx context.Context, comp *vshnv1.VSHNForgejo, svc *runtime.Servi
func updateRelease(svc *runtime.ServiceRuntime, comp *vshnv1.VSHNForgejo) error {
release := &xhelmv1.Release{}

err := svc.GetDesiredComposedResourceByName(release, comp.GetName()+"-release")
err := svc.GetDesiredComposedResourceByName(release, comp.GetName())
if err != nil {
return err
}
Expand Down

0 comments on commit bb0c4f1

Please sign in to comment.