diff --git a/pkg/cli/describe_helm.go b/pkg/cli/describe_helm.go index 7fc826ac1..c8a83e786 100644 --- a/pkg/cli/describe_helm.go +++ b/pkg/cli/describe_helm.go @@ -20,8 +20,8 @@ import ( type DescribeOutput struct { Distro string `json:"Distro"` Version string `json:"Version"` - BackingStore string `json:"Backing Store"` - ImageTags ImageTag `json:"Image tags"` + BackingStore string `json:"BackingStore"` + ImageTags ImageTag `json:"ImageTags"` } type ImageTag struct {