Skip to content

Commit

Permalink
let's try typemeta specifically
Browse files Browse the repository at this point in the history
Signed-off-by: Nathaniel Graham <[email protected]>
  • Loading branch information
ngraham20 committed Aug 7, 2024
1 parent 7974122 commit aa23fa3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions controllers/backplaneconfig_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,10 @@ func (r *MultiClusterEngineReconciler) ensureInternalHubComponent(
component string) (ctrl.Result, error) {

componentCR := &backplanev1.InternalHubComponent{
TypeMeta: metav1.TypeMeta{
APIVersion: backplanev1.GroupVersion.String(),
Kind: "InternalHubComponent",
},
ObjectMeta: metav1.ObjectMeta{
Name: component,
Namespace: backplaneConfig.Namespace,
Expand Down

0 comments on commit aa23fa3

Please sign in to comment.