mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 15:13:08 +00:00
Loosen DNS 952 for labels
This commit is contained in:
@@ -518,7 +518,7 @@ func TestPodStorageValidatesCreate(t *testing.T) {
|
||||
pod := &api.Pod{
|
||||
ObjectMeta: api.ObjectMeta{
|
||||
Labels: map[string]string{
|
||||
"invalid-label-to-cause-validation-failure": "bar",
|
||||
"invalid/label/to/cause/validation/failure": "bar",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user