This is an automated email from the ASF dual-hosted git repository.
alinsran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new 949c1da5 chore: admin-api default version v2 (#1558)
949c1da5 is described below
commit 949c1da56d8de67fc490bc4cf52607958119e7de
Author: Xin Rong <[email protected]>
AuthorDate: Tue Dec 27 10:53:11 2022 +0800
chore: admin-api default version v2 (#1558)
Co-authored-by: rongxin <[email protected]>
---
pkg/config/config.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/config/config.go b/pkg/config/config.go
index c5718e49..98283535 100644
--- a/pkg/config/config.go
+++ b/pkg/config/config.go
@@ -143,7 +143,7 @@ func NewDefaultConfig() *Config {
EnableGatewayAPI: false,
},
APISIX: APISIXConfig{
- AdminAPIVersion: "v3",
+ AdminAPIVersion: "v2",
DefaultClusterName: "default",
},
}