Skip to content

Commit

Permalink
🐛 discovery should run at default priority. (#346)
Browse files Browse the repository at this point in the history
system generated tasks should run at default priority (0).

Signed-off-by: Jeff Ortel <jortel@redhat.com>
  • Loading branch information
jortel committed Jun 27, 2024
1 parent e319d80 commit 88ae66f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ metadata:
labels:
konveyor.io/discovery: "language"
spec:
priority: 10
data:
source: language-discovery
source: language-discovery
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ metadata:
labels:
konveyor.io/discovery: "technology"
spec:
priority: 10
dependencies: [ {{ language_discovery_name }} ]
data:
mode:
Expand Down

0 comments on commit 88ae66f

Please sign in to comment.