Skip to content

Commit 802420e

Browse files
authored
ci: enable lrp in cilium 1.13 config (#3584)
enable lrp in cilium 1.13 config
1 parent 1af8f53 commit 802420e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/integration/manifests/cilium/v1.13/cilium-config/cilium-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ data:
3434
enable-l2-neigh-discovery: "true"
3535
enable-l7-proxy: "false"
3636
enable-local-node-route: "false"
37-
enable-local-redirect-policy: "false"
37+
enable-local-redirect-policy: "true" # set to true for lrp test
3838
enable-metrics: "true"
3939
enable-policy: default
4040
enable-remote-node-identity: "true"

0 commit comments

Comments
 (0)