fix(): use correct resource path
This commit is contained in:
@@ -62,7 +62,7 @@ func RecreateIPPoolCrd(cfg *Config, name string, ips []string) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
res := routeclient.Post().
|
res := routeclient.Post().
|
||||||
Resource("routes").
|
Resource("ciliumloadbalancerippools").
|
||||||
Body([]byte(body)).
|
Body([]byte(body)).
|
||||||
Do(context.TODO())
|
Do(context.TODO())
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user