test: Add tests with self-hosted label for #953 (#1030)

This commit is contained in:
Hyeonmin Park
2022-01-07 08:50:26 +09:00
committed by GitHub
parent f72d871c5b
commit 1a6e5719c3
4 changed files with 294 additions and 3 deletions

View File

@@ -662,7 +662,7 @@ HRA:
continue
}
// TODO labels related to OS and architecture needs to be explicitely declared or the current implementation will not be able to find them.
// TODO labels related to OS and architecture needs to be explicitly declared or the current implementation will not be able to find them.
for _, l2 := range rs.Spec.Labels {
if l == l2 {
@@ -693,7 +693,7 @@ HRA:
continue
}
// TODO labels related to OS and architecture needs to be explicitely declared or the current implementation will not be able to find them.
// TODO labels related to OS and architecture needs to be explicitly declared or the current implementation will not be able to find them.
for _, l2 := range rd.Spec.Template.Spec.Labels {
if l == l2 {