Skip to content

Commit 05145bd

Browse files
committed
added alert manager using alert branch temp1
1 parent 0795cc2 commit 05145bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ private static void installWebHookAndAlertManager() throws Exception {
11621162
TestUtils.exec(crdCmd);
11631163

11641164
// install webhook
1165-
crdCmd = "create ns webhook ";
1165+
crdCmd = "kubectl create ns webhook ";
11661166
TestUtils.exec(crdCmd);
11671167

11681168
crdCmd = "kubectl apply -f " + monitoringExporterEndToEndDir + "/webhook/server.yaml";

0 commit comments

Comments
 (0)