Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix PVC creation if SC is not specified
If SC was not configured in CLI `kreate` the PVC resource that got created has SC set to empty string `""` which resulted into the problem and the volume was not provisioned. This commit fixes that by making sure that if the sc is not configured we don't sc which would result into defalt SC being used in the PVC.
- Loading branch information