File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 48
48
49
49
it "has the expected addon settings" do
50
50
expect ( data [ 'addonsConfig' ] ) . to eq ( {
51
- "horizontalPodAutoscaling" => {
52
- "disabled" => true ,
53
- } ,
51
+ "horizontalPodAutoscaling" => { } ,
54
52
"httpLoadBalancing" => { } ,
55
53
"kubernetesDashboard" => {
56
54
"disabled" => true ,
Original file line number Diff line number Diff line change 48
48
49
49
it "has the expected addon settings" do
50
50
expect ( data [ 'addonsConfig' ] ) . to eq ( {
51
- "horizontalPodAutoscaling" => {
52
- "disabled" => true ,
53
- } ,
51
+ "horizontalPodAutoscaling" => { } ,
54
52
"httpLoadBalancing" => { } ,
55
53
"kubernetesDashboard" => {
56
54
"disabled" => true ,
Original file line number Diff line number Diff line change 40
40
41
41
it "has the expected addon settings" do
42
42
expect ( data [ 'addonsConfig' ] ) . to eq ( {
43
- "horizontalPodAutoscaling" => {
44
- "disabled" => true ,
45
- } ,
43
+ "horizontalPodAutoscaling" => { } ,
46
44
"httpLoadBalancing" => { } ,
47
45
"kubernetesDashboard" => {
48
46
"disabled" => true ,
You can’t perform that action at this time.
0 commit comments