Add storageclass option to config.yaml

This commit is contained in:
M. Mert Yildiran
2023-04-20 20:20:24 +03:00
parent 2d73b46b44
commit 38d121556c
6 changed files with 8 additions and 3 deletions

View File

@@ -715,7 +715,7 @@ func (provider *Provider) BuildPersistentVolumeClaim() (*core.PersistentVolumeCl
return nil, fmt.Errorf("invalid capacity for the workers: %s", config.Config.Tap.StorageLimit)
}
storageClassName := "standard"
storageClassName := config.Config.Tap.StorageClass
return &core.PersistentVolumeClaim{
TypeMeta: metav1.TypeMeta{