We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd5dea commit d464dc1Copy full SHA for d464dc1
tests/test_util.go
@@ -257,6 +257,9 @@ func newDeployment(name string) *api.ArangoDeployment {
257
ObjectMeta: metav1.ObjectMeta{
258
Name: strings.ToLower(name),
259
},
260
+ Spec: api.DeploymentSpec{
261
+ ImagePullPolicy: util.NewPullPolicy(v1.PullAlways),
262
+ },
263
}
264
265
// set default image to the value given in env
0 commit comments