Merge pull request #1176 from gravitl/hotfix_v0.14.2_client_upgrade

changing yaml mapping
This commit is contained in:
Matthew R Kasun 2022-06-03 13:02:27 -04:00 committed by GitHub
commit 9e5957e4c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -198,7 +198,7 @@ type NodeGet struct {
// ServerConfig - struct for dealing with the server information for a netclient
type ServerConfig struct {
CoreDNSAddr string `yaml:"corednsaddr"`
API string `yaml:"apihost"`
API string `yaml:"api"`
APIPort string `yaml:"apiport"`
ClientMode string `yaml:"clientmode"`
DNSMode string `yaml:"dnsmode"`