Skip to content

Commit

Permalink
Add discovery labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mansam committed Jun 20, 2024
1 parent f0a10e1 commit 79226ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ apiVersion: tackle.konveyor.io/v1alpha2
metadata:
namespace: {{ app_namespace }}
name: {{ language_discovery_name }}
labels:
konveyor.io/discovery: true
spec:
priority: 10
data:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ apiVersion: tackle.konveyor.io/v1alpha2
metadata:
namespace: {{ app_namespace }}
name: {{ tech_discovery_name }}
labels:
konveyor.io/discovery: true
spec:
priority: 10
dependencies: [ {{ language_discovery_name }} ]
Expand Down

0 comments on commit 79226ce

Please sign in to comment.