Skip to content

Commit

Permalink
Merge pull request #500 from bryan-hz/zhu/fix-autoscalingv2-attribute
Browse files Browse the repository at this point in the history
Fix autoscaling v2 attribute
  • Loading branch information
laoj2 authored Nov 25, 2022
2 parents 65ee5b7 + dfdacdc commit 7be6d70
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ spec:
metrics:
- type: Pods
pods:
metricName: foo
targetAverageValue: 20
metric:
name: foo
target:
type: AverageValue
averageValue: 20


0 comments on commit 7be6d70

Please sign in to comment.