Skip to content

Commit

Permalink
Merge pull request #395 from afritzler/remove_storageclass_type
Browse files Browse the repository at this point in the history
Remove storageclass type from OS botanist
  • Loading branch information
rfranzke committed Sep 27, 2018
2 parents e930156 + 26d3aaa commit 5222bf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/operation/cloudbotanist/openstackbotanist/addons.go
Expand Up @@ -41,7 +41,6 @@ func (b *OpenStackBotanist) GenerateAdmissionControlConfig() (map[string]interfa
"Provisioner": "kubernetes.io/cinder",
"Parameters": map[string]interface{}{
"availability": b.Shoot.Info.Spec.Cloud.OpenStack.Zones[0],
"type": "default",
},
},
},
Expand Down

0 comments on commit 5222bf3

Please sign in to comment.