diff --git a/infrastructure/kubernetes.go b/infrastructure/kubernetes.go index b3c9463..f80e024 100644 --- a/infrastructure/kubernetes.go +++ b/infrastructure/kubernetes.go @@ -343,7 +343,7 @@ func (k *KubernetesService) CreateAdmiraltyTarget(context context.Context,execut res, err := cli.Resource(gvrTargets). Namespace(executionId). Apply(context, - "source-"+executionId, + "target-"+executionId, &unstructured.Unstructured{Object: target}, metav1.ApplyOptions{ FieldManager: "kubectl-client-side-apply",