Skip to content

Commit

Permalink
cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed committed May 31, 2019
1 parent 5be333e commit 026500a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/cache/pod_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ func makePodPull(n, ref string, optional bool) *v1.Pod {
po := makePodEnv(n, ref, optional)

po.Spec.ImagePullSecrets = []v1.LocalObjectReference{
v1.LocalObjectReference{Name: "s1"},
v1.LocalObjectReference{Name: "s2"},
{Name: "s1"},
{Name: "s2"},
}

return po
Expand Down

0 comments on commit 026500a

Please sign in to comment.