Skip to content

Commit 13632b9

Browse files
committed
Backport horizontalPodAutoscaling test change to private cluster tests
1 parent e996de9 commit 13632b9

File tree

2 files changed

+2
-6
lines changed
  • test/integration

2 files changed

+2
-6
lines changed

test/integration/simple_regional_private/controls/gcloud.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@
5353

5454
it "has the expected addon settings" do
5555
expect(data['addonsConfig']).to eq({
56-
"horizontalPodAutoscaling" => {
57-
"disabled" => true,
58-
},
56+
"horizontalPodAutoscaling" => {},
5957
"httpLoadBalancing" => {},
6058
"kubernetesDashboard" => {
6159
"disabled" => true,

test/integration/simple_zonal_private/controls/gcloud.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@
5353

5454
it "has the expected addon settings" do
5555
expect(data['addonsConfig']).to eq({
56-
"horizontalPodAutoscaling" => {
57-
"disabled" => true,
58-
},
56+
"horizontalPodAutoscaling" => {},
5957
"httpLoadBalancing" => {},
6058
"kubernetesDashboard" => {
6159
"disabled" => true,

0 commit comments

Comments
 (0)