platform: align GX10 Traefik source policy with live chart
This commit is contained in:
@@ -255,7 +255,7 @@ public sealed class FleetManifestLintTests
|
||||
var path = Path.Combine(Inventory.BluejayRoot, "gx10", "platform", "traefik-helmchart.yaml");
|
||||
var manifest = File.ReadAllText(path);
|
||||
|
||||
manifest.Should().Contain("metallb.io/loadBalancerIPs: \"10.0.57.202\"");
|
||||
manifest.Should().Contain("metallb.universe.tf/loadBalancerIPs: 10.0.57.202");
|
||||
manifest.Should().Contain("spec:\n externalTrafficPolicy: Local");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user