Skip to content

Commit

Permalink
fix: set pointer
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <seb@xn--ho-hia.de>
  • Loading branch information
sebhoss committed Mar 25, 2024
1 parent 6e9b070 commit b5e87c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/operator/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (o *OperatorKubernetesClient) CompleteBBBFrontend(ctx context.Context, bbb
copy(finalizers, bbb.Finalizers)
finalizers = append(finalizers, finalizer)
bbb.SetFinalizers(finalizers)
bbb.Spec.FrontendID = id
bbb.Spec.FrontendID = &id
return o.UpdateBBBFrontend(ctx, bbb)
}

Expand Down

0 comments on commit b5e87c5

Please sign in to comment.