Skip to content

Commit 0e38f96

Browse files
authored
Merge branch 'master' into feature/private-cluster
2 parents 4c20e45 + 218e1b9 commit 0e38f96

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

test/integration/simple_regional/controls/gcloud.rb

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

4949
it "has the expected addon settings" do
5050
expect(data['addonsConfig']).to eq({
51-
"horizontalPodAutoscaling" => {
52-
"disabled" => true,
53-
},
51+
"horizontalPodAutoscaling" => {},
5452
"httpLoadBalancing" => {},
5553
"kubernetesDashboard" => {
5654
"disabled" => true,

test/integration/simple_zonal/controls/gcloud.rb

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

4949
it "has the expected addon settings" do
5050
expect(data['addonsConfig']).to eq({
51-
"horizontalPodAutoscaling" => {
52-
"disabled" => true,
53-
},
51+
"horizontalPodAutoscaling" => {},
5452
"httpLoadBalancing" => {},
5553
"kubernetesDashboard" => {
5654
"disabled" => true,

test/integration/stub_domains/controls/gcloud.rb

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

4141
it "has the expected addon settings" do
4242
expect(data['addonsConfig']).to eq({
43-
"horizontalPodAutoscaling" => {
44-
"disabled" => true,
45-
},
43+
"horizontalPodAutoscaling" => {},
4644
"httpLoadBalancing" => {},
4745
"kubernetesDashboard" => {
4846
"disabled" => true,

0 commit comments

Comments
 (0)