Skip to content

Commit

Permalink
Update criOps.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaguiar authored Jan 18, 2024
1 parent 3a7f0d1 commit 66234e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube/criOps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
// Apply job definition
// io.writeFileString(args.bak, (io.fileExists(args.bak) ? "\n---\n" : "") + af.toYAML(def), __, true)
//$sh("kubectl apply -f b.yaml").exec()
sync(() => $kube().apply(def, args.ns))
$kube().apply(def, args.ns)
try {
printErr(ow.format.fromDate(new Date(), __logFormat.dateFormat) + __logFormat.separator + args.node + __logFormat.separator + "In case of failure you can delete the Kubernetes job by executing: 'kubectl delete job " + args.name + " -n " + args.ns + "'")
Expand Down

0 comments on commit 66234e2

Please sign in to comment.