Skip to content

Commit

Permalink
added includeOverhead as false on request SizingETL
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Zuniga authored and Jose Zuniga committed Dec 12, 2024
1 parent e60d3cd commit b962245
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ datasource "ds_clusters" do
query "targetUtilization", val($ds_target_util, "value")
query "allowSharedCore", $param_allow_shared_core
query "architecture", $param_architecture
query "includeOverhead", "false"
header "User-Agent", "RS Policies"
end
result do
Expand Down

0 comments on commit b962245

Please sign in to comment.