mirror of
https://github.com/clastix/kamaji.git
synced 2026-02-14 10:00:02 +00:00
fix(soot): correct TenantControlPlane name in trigger events (#1040)
This commit is contained in:
@@ -193,7 +193,7 @@ func (m *Manager) Reconcile(ctx context.Context, request reconcile.Request) (res
|
|||||||
for _, trigger := range v.triggers {
|
for _, trigger := range v.triggers {
|
||||||
var shrunkTCP kamajiv1alpha1.TenantControlPlane
|
var shrunkTCP kamajiv1alpha1.TenantControlPlane
|
||||||
|
|
||||||
shrunkTCP.Name = tcp.Namespace
|
shrunkTCP.Name = tcp.Name
|
||||||
shrunkTCP.Namespace = tcp.Namespace
|
shrunkTCP.Namespace = tcp.Namespace
|
||||||
|
|
||||||
go utils.TriggerChannel(ctx, trigger, shrunkTCP)
|
go utils.TriggerChannel(ctx, trigger, shrunkTCP)
|
||||||
|
|||||||
Reference in New Issue
Block a user