Skip to content

Commit 71e71d5

Browse files
Add enableExactMatchForPodName flag in windows multitenancy config (#459)
enableExactMatchForPodName flag is missing in the multitenancy config for windows. This changes adds this missing flag in the config. Default set to true
1 parent 8ae2c0a commit 71e71d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cni/azure-windows-multitenancy.conflist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"bridge": "azure0",
99
"multiTenancy":true,
1010
"enableSnatOnHost":true,
11+
"enableExactMatchForPodName": true,
1112
"capabilities": {
1213
"portMappings": true
1314
},

0 commit comments

Comments
 (0)