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 18a2841 commit 163217dCopy full SHA for 163217d
integration-tests/src/test/java/oracle/kubernetes/operator/utils/TestUtils.java
@@ -459,6 +459,7 @@ public static void createDockerRegistrySecret(
459
+ dockerEmail
460
+ " -n "
461
+ namespace;
462
+ logger.info("Running command "+command);
463
ExecResult result = ExecCommand.exec(command);
464
if (result.exitValue() != 0) {
465
throw new RuntimeException("Couldn't create secret " + result.stderr());
0 commit comments