We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b25ae commit a0a434eCopy full SHA for a0a434e
test/e2e_env/multizone/gateway/cross-mesh.go
@@ -19,21 +19,6 @@ import (
19
"github.com/kumahq/kuma/v2/test/framework/envs/multizone"
20
)
21
22
-func MTLSMeshUniversalEgress(name string) InstallFunc {
23
- mesh := fmt.Sprintf(`
24
-type: Mesh
25
-name: %s
26
-mtls:
27
- enabledBackend: ca-1
28
- backends:
29
- - name: ca-1
30
- type: builtin
31
-routing:
32
- zoneEgress: true
33
-`, name)
34
- return YamlUniversal(mesh)
35
-}
36
-
37
func CrossMeshGatewayOnMultizone() {
38
const gatewayClientNamespaceOtherMesh = "cross-mesh-kuma-client-other"
39
const gatewayClientNamespaceSameMesh = "cross-mesh-kuma-client"
0 commit comments