mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +00:00
update expected ordering
in apply test.
This commit is contained in:
parent
a4f6152743
commit
fbc8ac9c96
@ -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 New Issue
Block a user