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 @@ -218,6 +218,7 @@ public void testServerPodsRestartByChangingZImage() throws Exception {
218
218
TestUtils .ExecAndPrintLog (tag );
219
219
TestUtils .ExecAndPrintLog ("docker images" );
220
220
221
+ TestUtils .ExecAndPrintLog ("docker logout " + System .getenv ("REPO_REGISTRY" ));
221
222
TestUtils .ExecAndPrintLog (
222
223
"docker login "
223
224
+ System .getenv ("REPO_REGISTRY" )
@@ -240,6 +241,7 @@ public void testServerPodsRestartByChangingZImage() throws Exception {
240
241
241
242
// domain.getDomainNS());
242
243
244
+ TestUtils .ExecAndPrintLog ("kubectl delete secret docker-store -n" + domain .getDomainNS ());
243
245
TestUtils .ExecAndPrintLog (
244
246
"kubectl create secret docker-registry docker-store "
245
247
+ "--docker-server="
You can’t perform that action at this time.
0 commit comments