We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e996de9 commit 13632b9Copy full SHA for 13632b9
test/integration/simple_regional_private/controls/gcloud.rb
@@ -53,9 +53,7 @@
53
54
it "has the expected addon settings" do
55
expect(data['addonsConfig']).to eq({
56
- "horizontalPodAutoscaling" => {
57
- "disabled" => true,
58
- },
+ "horizontalPodAutoscaling" => {},
59
"httpLoadBalancing" => {},
60
"kubernetesDashboard" => {
61
"disabled" => true,
test/integration/simple_zonal_private/controls/gcloud.rb
0 commit comments