add missing field kubeconfig

This commit is contained in:
2025-10-21 13:42:18 -04:00
parent 83fcf9e8ac
commit 035de57925
4 changed files with 4 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ pub async fn get_topology() -> HAClusterTopology {
let gateway_ipv4 = ipv4!("192.168.1.1");
let gateway_ip = IpAddr::V4(gateway_ipv4);
harmony::topology::HAClusterTopology {
kubeconfig: None,
domain_name: "demo.harmony.mcd".to_string(),
router: Arc::new(UnmanagedRouter::new(
gateway_ip,