Skip to content

Commit

Permalink
🔢 display TemplateResolvedVersion in describe module command (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vamshi authored Oct 6, 2024
1 parent 29fdbef commit 23da7d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cyctl/internal/describe/modules.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func describeModules(clientset *client.CyclopsV1Alpha1Client, moduleNames []stri
d.Printf(" Repository:\t%s\n", module.Spec.TemplateRef.URL)
d.Printf(" Relative Path:\t%s\n", module.Spec.TemplateRef.Path)
d.Printf(" Branch:\t%s\n", module.Spec.TemplateRef.Version)
d.Printf(" Resolved Version:\t%s\n", module.Status.TemplateResolvedVersion)

d.Println()
if len(module.Spec.Values.Raw) > 0 {
Expand Down

0 comments on commit 23da7d2

Please sign in to comment.