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 0795cc2 commit 05145bdCopy full SHA for 05145bd
integration-tests/src/test/java/oracle/kubernetes/operator/ItMonitoringExporter.java
@@ -1162,7 +1162,7 @@ private static void installWebHookAndAlertManager() throws Exception {
1162
TestUtils.exec(crdCmd);
1163
1164
// install webhook
1165
- crdCmd = "create ns webhook ";
+ crdCmd = "kubectl create ns webhook ";
1166
1167
1168
crdCmd = "kubectl apply -f " + monitoringExporterEndToEndDir + "/webhook/server.yaml";
0 commit comments