### Describe the bug A new workspace cannot be created if it is based on a devfile with a parent with the storage-type field e.g. ``` ... metadata: attributes: controller.devfile.io/storage-type: ephemeral ... ``` ### Che version 7.97@latest ### Steps to reproduce 1. Try to create a new workspace from the source ``` https://gist.githubusercontent.com/olexii4/dfb21012e08eedf8fc17ae608708fe87/raw/bec54efa905b915695dcb7fc5806cb4b456aa343/devfile.yaml ``` 2. You can see an error message:  ### Expected behavior 1. Try to create a new workspace from the source ``` https://gist.githubusercontent.com/olexii4/dfb21012e08eedf8fc17ae608708fe87/raw/bec54efa905b915695dcb7fc5806cb4b456aa343/devfile.yaml ``` 2. A new workspace should be created without errors. ### Runtime OpenShift ### Screenshots _No response_ ### Installation method chectl/next ### Environment macOS ### Eclipse Che Logs _No response_ ### Additional context _No response_