Skip to content

Commit

Permalink
post review
Browse files Browse the repository at this point in the history
  • Loading branch information
treblereel committed Sep 3, 2024
1 parent 663162b commit 4a74a51
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions packages/kn-plugin-workflow/pkg/command/quarkus/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ func runDeploy(cmd *cobra.Command, args []string) error {
}

if _, err = deployKnativeServiceAndEventingBindings(cfg); err != nil {
fmt.Println("❌ ERROR:Deploy failed, Knative Eventing binding was not created.")
return err
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
name: example-cronjob
namespace: mycustom
spec:
schedule: "*/5 * * * *" # Запуск каждые 5 минут
schedule: "*/5 * * * *"
jobTemplate:
spec:
template:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
name: example-cronjob
namespace: default
spec:
schedule: "*/5 * * * *" # Запуск каждые 5 минут
schedule: "*/5 * * * *"
jobTemplate:
spec:
template:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
name: example-cronjob
namespace: mycustom
spec:
schedule: "*/5 * * * *" # Запуск каждые 5 минут
schedule: "*/5 * * * *"
jobTemplate:
spec:
template:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
name: example-cronjob
namespace: default
spec:
schedule: "*/5 * * * *" # Запуск каждые 5 минут
schedule: "*/5 * * * *"
jobTemplate:
spec:
template:
Expand Down

0 comments on commit 4a74a51

Please sign in to comment.