Skip to content

Commit

Permalink
Merge branch 'master' into feature/private-cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
Jberlinsky authored Jan 4, 2019
2 parents 4c20e45 + 218e1b9 commit 0e38f96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions test/integration/simple_regional/controls/gcloud.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@

it "has the expected addon settings" do
expect(data['addonsConfig']).to eq({
"horizontalPodAutoscaling" => {
"disabled" => true,
},
"horizontalPodAutoscaling" => {},
"httpLoadBalancing" => {},
"kubernetesDashboard" => {
"disabled" => true,
Expand Down
4 changes: 1 addition & 3 deletions test/integration/simple_zonal/controls/gcloud.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@

it "has the expected addon settings" do
expect(data['addonsConfig']).to eq({
"horizontalPodAutoscaling" => {
"disabled" => true,
},
"horizontalPodAutoscaling" => {},
"httpLoadBalancing" => {},
"kubernetesDashboard" => {
"disabled" => true,
Expand Down
4 changes: 1 addition & 3 deletions test/integration/stub_domains/controls/gcloud.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@

it "has the expected addon settings" do
expect(data['addonsConfig']).to eq({
"horizontalPodAutoscaling" => {
"disabled" => true,
},
"horizontalPodAutoscaling" => {},
"httpLoadBalancing" => {},
"kubernetesDashboard" => {
"disabled" => true,
Expand Down

0 comments on commit 0e38f96

Please sign in to comment.