File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -457,6 +457,7 @@ public void testDomainInImageUsingWLST() throws Exception {
457
457
domainMap .put (
458
458
"image" , System .getenv ("REPO_REGISTRY" ) + "/weblogick8s/domain-home-in-image:12.2.1.3" );
459
459
domainMap .put ("imagePullSecretName" , "ocir-domain" );
460
+ domainMap .put ("imagePullPolicy" , "Always" );
460
461
}
461
462
domain = TestUtils .createDomain (domainMap );
462
463
domain .verifyDomainCreated ();
@@ -495,6 +496,7 @@ public void testDomainInImageUsingWDT() throws Exception {
495
496
domainMap .put (
496
497
"image" , System .getenv ("REPO_REGISTRY" ) + "/weblogick8s/domain-home-in-image:12.2.1.3" );
497
498
domainMap .put ("imagePullSecretName" , "ocir-domain" );
499
+ domainMap .put ("imagePullPolicy" , "Always" );
498
500
}
499
501
domain = TestUtils .createDomain (domainMap );
500
502
domain .verifyDomainCreated ();
You can’t perform that action at this time.
0 commit comments