Skip to content

Commit da240bd

Browse files
committed
fix
1 parent 8b31e69 commit da240bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ public void testServerPodsRestartByChangingZImage() throws Exception {
241241
242242
// domain.getDomainNS());
243243

244-
TestUtils.ExecAndPrintLog("kubectl delete secret docker-store -n" + domain.getDomainNS());
244+
TestUtils.ExecAndPrintLog("kubectl delete secret docker-store -n " + domain.getDomainNS());
245245
TestUtils.ExecAndPrintLog(
246246
"kubectl create secret docker-registry docker-store "
247247
+ "--docker-server="

0 commit comments

Comments
 (0)