summaryrefslogtreecommitdiff
path: root/test/e2e/config
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2021-11-11 15:35:11 +0100
committerPaul Holzinger <pholzing@redhat.com>2021-11-12 18:32:01 +0100
commit164c42b4857c63fa9750599a9242709ed18c57db (patch)
tree1797dec63bd1b39266f7cfb4dbfbff12fe732e6c /test/e2e/config
parent5f3ce2515d9bbae726e14ef4bc7dede442a6c582 (diff)
downloadpodman-164c42b4857c63fa9750599a9242709ed18c57db.tar.gz
podman-164c42b4857c63fa9750599a9242709ed18c57db.tar.bz2
podman-164c42b4857c63fa9750599a9242709ed18c57db.zip
Fix network mode in play kube
We need to use the config network mode when no network mode was set. To do so we have to keep the nsmode empty, MakeContainer() will use the correct network mode from the config when needed. Fixes #12248 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'test/e2e/config')
-rw-r--r--test/e2e/config/containers-netns2.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/e2e/config/containers-netns2.conf b/test/e2e/config/containers-netns2.conf
new file mode 100644
index 000000000..1ffd100f5
--- /dev/null
+++ b/test/e2e/config/containers-netns2.conf
@@ -0,0 +1,3 @@
+[containers]
+
+netns = "bridge"