fix(): use correct resource path
Some checks failed
Gitea Docker Build Demo / Test (push) Failing after 1m1s
Gitea Docker Build Demo / Build_Image (push) Has been cancelled

This commit is contained in:
2025-10-07 09:44:50 +02:00
parent 5e3ee60c91
commit 6fdb629cc9

View File

@@ -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())