We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06b183f + 2f07326 commit 5340550Copy full SHA for 5340550
1 file changed
gateway/gateway-controller/pkg/config/config.go
@@ -403,9 +403,9 @@ func LoadConfig(configPath string) (*Config, error) {
403
404
// Custom mappings for control plane variables
405
switch s {
406
- case "controlplane_host":
+ case "controller_controlplane_host":
407
return "controller.controlplane.host"
408
- case "gateway_registration_token":
+ case "registration_token":
409
return "controller.controlplane.token"
410
case "reconnect_initial":
411
return "controller.controlplane.reconnect_initial"
0 commit comments