Merge pull request #1177 from gravitl/develop

Hotfix for yaml mapping
This commit is contained in:
Matthew R Kasun 2022-06-03 13:05:07 -04:00 committed by GitHub
commit 781c35a888
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -273,7 +273,7 @@ jobs:
tag: ${{ env.NETMAKER_VERSION }}
overwrite: true
prerelease: true
asset_name: netclient-${{ env.PACKAGE_VERSION }}-1.aarch4.rpm
asset_name: netclient-${{ env.PACKAGE_VERSION }}-1.aarch64.rpm
netclient-mipsle:
runs-on: ubuntu-latest

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"`