Skip to content

Commit

Permalink
Merge pull request #86 from kubecost/mmd/fix-namespace
Browse files Browse the repository at this point in the history
Fix "label" actually displaying namespace results
  • Loading branch information
michaelmdresser authored May 13, 2021
2 parents 2041649 + eaa23da commit d63d2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/label.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func runCostLabel(ko *KubeOptions, no *CostOptionsLabel) error {
KubecostNamespace: *ko.configFlags.Namespace,
ServiceName: no.serviceName,
Window: no.window,
Aggregate: "namespace",
Aggregate: "label",
AggregationSubfield: no.queryLabel,
UseProxy: no.useProxy,
})
Expand Down

0 comments on commit d63d2f9

Please sign in to comment.