forked from cilium/cilium-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/connectivity: Remove explicit namespace in policy labels
As the connectivity test can be from another namespace, which is passed by --test-namespace CLI flag, we should not have any hard coded namespace in all related policy manifests. The namespace label is automatically added as part of cilium#330, so we don't need to hard code it in match labels. Related: cilium#1112 Signed-off-by: Tam Mach <[email protected]>
- Loading branch information
Showing
7 changed files
with
0 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,4 @@ spec: | |
protocol: TCP | ||
toEndpoints: | ||
- matchLabels: | ||
io.kubernetes.pod.namespace: cilium-test | ||
kind: echo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,4 @@ spec: | |
protocol: TCP | ||
toEndpoints: | ||
- matchLabels: | ||
io.kubernetes.pod.namespace: cilium-test | ||
kind: echo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,4 @@ spec: | |
protocol: TCP | ||
fromEndpoints: | ||
- matchLabels: | ||
io.kubernetes.pod.namespace: cilium-test | ||
name: client |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,4 @@ spec: | |
protocol: TCP | ||
toEndpoints: | ||
- matchLabels: | ||
io.kubernetes.pod.namespace: cilium-test | ||
kind: echo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,4 @@ spec: | |
protocol: TCP | ||
toEndpoints: | ||
- matchLabels: | ||
io.kubernetes.pod.namespace: cilium-test | ||
kind: echo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters