typo when passing gvr for target
This commit is contained in:
parent
afe442d17f
commit
98c54eb080
@ -309,7 +309,7 @@ func (k *KubernetesService) CreateAdmiraltyTarget(context context.Context,execut
|
||||
},
|
||||
}
|
||||
|
||||
res, err := dynamicClientApply(executionId, gvrSources, context, target)
|
||||
res, err := dynamicClientApply(executionId, gvrTargets, context, target)
|
||||
if err != nil {
|
||||
return nil, errors.New("Error when trying to apply Source definition :" + err.Error())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user