mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
update expected ordering
in apply test.
This commit is contained in:
parent
a4f6152743
commit
fbc8ac9c96
1 changed files with 3 additions and 3 deletions
|
|
@ -1366,12 +1366,12 @@ func TestExtractModifyApply_ForceOwnership(t *testing.T) {
|
|||
WithTemplate(corev1ac.PodTemplateSpec().
|
||||
WithSpec(corev1ac.PodSpec().
|
||||
WithContainers(
|
||||
corev1ac.Container().
|
||||
WithName("nginx").
|
||||
WithWorkingDir("/tmp/v2"),
|
||||
corev1ac.Container().
|
||||
WithName("sidecar").
|
||||
WithImage("nginx:1.14.3"),
|
||||
corev1ac.Container().
|
||||
WithName("nginx").
|
||||
WithWorkingDir("/tmp/v2"),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue