Skip to content

Commit

Permalink
Update pkg/model/process.go
Browse files Browse the repository at this point in the history
Signed-off-by: Mohd Uzair <[email protected]>
  • Loading branch information
Mohd Uzair authored Dec 25, 2023
1 parent 73d5b11 commit 92fbd5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/model/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func (s *K8SService) Process(data []byte, k8sresource *KubernetesResource, evtyp
}
k8sresource.ComponentMetadata = map[string]interface{}{
"capabilities": map[string]interface{}{
// indicates that this svc can be upgraded to "Meshery Connection".
"connection": true,
"urls": urls,
},
Expand Down

0 comments on commit 92fbd5b

Please sign in to comment.