fix(): switch to post
Some checks failed
Gitea Docker Build Demo / Test (push) Failing after 1m2s
Gitea Docker Build Demo / Build_Image (push) Successful in 1m23s

This commit is contained in:
2025-10-07 09:52:58 +02:00
parent cd1dca0d5e
commit 091ab2eb2f

View File

@@ -61,8 +61,9 @@ func RecreateIPPoolCrd(cfg *Config, name string, ips []string) error {
return fmt.Errorf("error generating CRD: %v", err.Error())
}
res := routeclient.Post().
res := routeclient.Put().
Resource("ciliumloadbalancerippools").
Name(name).
Body([]byte(body)).
Do(context.TODO())