Skip to content

Commit

Permalink
rename the gateway features to be consistent with zos3
Browse files Browse the repository at this point in the history
  • Loading branch information
Omarabdul3ziz committed Feb 3, 2025
1 parent 9a7eb25 commit e873b4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/monitord/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ func (n *systemMonitor) GetNodeFeatures() []pkg.NodeFeature {
config, err := netStub.LoadPublicConfig(context.Background())

if config.Domain != "" && err == nil {
feat = append(feat, "gateway")
feat = append(feat, "gateway-name-proxy")
feat = append(feat, "gateway-fqdn-proxy")
}

return feat
Expand Down

0 comments on commit e873b4b

Please sign in to comment.