Skip to content

Commit

Permalink
Fix odo describe for component with linked services (redhat-developer…
Browse files Browse the repository at this point in the history
…#3804)

Signed-off-by: Denis Golovin <dgolovin@redhat.com>
  • Loading branch information
dgolovin authored Aug 21, 2020
1 parent c3093e2 commit b410db9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/component/component_full_description.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ func NewComponentFullDescriptionFromClientAndLocalConfig(client *occlient.Client
cfd.Spec.Type = componentDescFromCluster.Spec.Type
cfd.Spec.SourceType = componentDescFromCluster.Spec.SourceType
cfd.Status.LinkedComponents = componentDescFromCluster.Status.LinkedComponents
cfd.Status.LinkedServices = componentDescFromCluster.Status.LinkedServices
}

cfd.fillEmptyFields(componentDesc, componentName, applicationName, projectName)
Expand Down

0 comments on commit b410db9

Please sign in to comment.