Skip to content

Commit

Permalink
Specify owner reference when writing ProxyStateTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman committed Dec 19, 2023
1 parent 7e3f60d commit efc4291
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ func (r *reconciler) Reconcile(ctx context.Context, rt controller.Runtime, req c
Resource: &pbresource.Resource{
Id: req.ID,
Metadata: map[string]string{"gateway-kind": workload.Metadata["gateway-kind"]},
Owner: workload.Resource.Id,
Data: proxyTemplateData,
},
})
Expand Down

0 comments on commit efc4291

Please sign in to comment.