Commit 986c031
authored
Config template and component fixes (#44064)
### What does this PR do?
Fix two config issues:
- remove `kublet_api_client_read_timeout` from template since it's not used in the code (not even declared in the config)
- `network_devices.autodiscovery.collect_vpn` is documented in the template but not declared in the config (resulting in warnings)
### Motivation
Fix issues with those configs.
### Describe how you validated your changes
### Additional Notes
Co-authored-by: pierre.gimalac <[email protected]>1 parent 45d4156 commit 986c031
2 files changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1224 | 1224 | | |
1225 | 1225 | | |
1226 | 1226 | | |
1227 | | - | |
1228 | | - | |
1229 | | - | |
1230 | | - | |
1231 | | - | |
1232 | | - | |
1233 | 1227 | | |
1234 | 1228 | | |
1235 | 1229 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
| 487 | + | |
487 | 488 | | |
488 | 489 | | |
489 | 490 | | |
| |||
0 commit comments