From 0beb0478b9a4aa36ae6e98a4ec97657ae91e9fd8 Mon Sep 17 00:00:00 2001 From: shencheng Date: Fri, 28 Aug 2020 15:18:43 +0800 Subject: [PATCH] Update horizontal-pod-autoscale-walkthrough.md The yaml example file has mistake --- .../run-application/horizontal-pod-autoscale-walkthrough.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/zh/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md b/content/zh/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md index 1dd802ae11..aa0aecc95f 100644 --- a/content/zh/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md +++ b/content/zh/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md @@ -444,7 +444,9 @@ spec: pods: metric: name: packets-per-second - targetAverageValue: 1k + target: + type: AverageValue + averageValue: 1k - type: Object object: metric: