Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Update oam.go
Browse files Browse the repository at this point in the history
Signed-off-by: Ruturaj Mohite <[email protected]>
  • Loading branch information
gr455 authored Aug 5, 2022
1 parent 677f6ab commit 89f1670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osm/oam.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ func handleComponentOSMMesh(h *Handler, comp v1alpha1.Component, isDel bool, kub
// because the configuration is already validated against the schema
version := comp.Spec.Version
if version == "" {
return "", fmt.Errorf("pass valid version inside service for Istio installation")
return "", fmt.Errorf("pass valid version inside service for OSM installation")
}
//TODO: When no version is passed in service, use the latest istio version
//TODO: When no version is passed in service, use the latest OSM version

msg, err := h.installOSM(isDel, version, comp.Namespace, kubeconfigs)
if err != nil {
Expand Down

0 comments on commit 89f1670

Please sign in to comment.