Skip to content

Commit ca8f15e

Browse files
author
Rishi Malik
committed
Merge branch 'master' of github.com:terraform-google-modules/terraform-google-kubernetes-engine into issue_43
2 parents 911a75e + 218e1b9 commit ca8f15e

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
@@ -52,9 +52,7 @@
5252

5353
it "has the expected addon settings" do
5454
expect(data['addonsConfig']).to eq({
55-
"horizontalPodAutoscaling" => {
56-
"disabled" => true,
57-
},
55+
"horizontalPodAutoscaling" => {},
5856
"httpLoadBalancing" => {},
5957
"kubernetesDashboard" => {
6058
"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)