Skip to content

Commit 5a043a7

Browse files
author
Aya Igarashi
committed
Fix VerticalPodAutoscaler version of hamster-vpa sample
This manifest has a `.spec.resourcePolicy.containerPolicies` field, but the field has been supported from v1.
1 parent 4c52410 commit 5a043a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertical-pod-autoscaler/examples/hamster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# requests.
66
# Note that the update mode is left unset, so it defaults to "Auto" mode.
77
---
8-
apiVersion: "autoscaling.k8s.io/v1beta2"
8+
apiVersion: "autoscaling.k8s.io/v1"
99
kind: VerticalPodAutoscaler
1010
metadata:
1111
name: hamster-vpa

0 commit comments

Comments
 (0)