Skip to content

Commit e4391f1

Browse files
committed
fix
1 parent 8842add commit e4391f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ITPodsRestart.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,8 @@ public void testMSRestartVersion() throws Exception {
402402
DomainCRD crd = new DomainCRD(originalYaml);
403403
Map<String, String> ms = new HashMap();
404404
ms.put("restartVersion", "v1.1");
405+
ms.put("serverStartPolicy", "IF_NEEDED");
406+
ms.put("serverStartState", "RUNNING");
405407
crd.addObjectNodeToMS("managed-server1", ms);
406408
String modYaml = crd.getYamlTree();
407409
logger.info(modYaml);

0 commit comments

Comments
 (0)