We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984824d commit 769aeb3Copy full SHA for 769aeb3
main.go
@@ -32,8 +32,8 @@ func main() {
32
cloudprovider.RegisterCloudProvider("haproxy", func(config io.Reader) (cloudprovider.Interface, error) {
33
return &controllers.Provider{
34
HAproxyClient: &haproxyv3.Client{
35
- Credential: *haproxyBaseUrl,
36
- BaseUrl: haproxyAuth,
+ Credential: haproxyAuth,
+ BaseUrl: *haproxyBaseUrl,
37
},
38
}, nil
39
})
0 commit comments