Skip to content

Commit

Permalink
[bugfix] add tenant ns annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
fusidamj authored and zhujf1989 committed Sep 18, 2021
1 parent f193352 commit 7e8f4ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ctrlmgr/controllers/tenant/tenant_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ func (r *TenantReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctr
Name: nsName,
Annotations: map[string]string{
"kubecube.io/sync": "1",
"hnc.x-k8s.io/ns": "true",
},
},
}
Expand Down

0 comments on commit 7e8f4ac

Please sign in to comment.