Default to storage class being undefined

* This is so that users can intentially set it to an empty string if they want to use the default storage class
  * conversely, now users can manually create a pvc that does not utilize the default storage class
This commit is contained in:
Christian M. Adams
2021-05-17 16:38:57 -04:00
parent 1ce36572c4
commit 82ed9d6d56
4 changed files with 2 additions and 6 deletions

View File

@@ -178,7 +178,6 @@ tower_projects_existing_claim: ''
#
# Define the storage_class, size and access_mode
# when not using an existing claim
tower_projects_storage_class: ''
tower_projects_storage_size: 8Gi
tower_projects_storage_access_mode: ReadWriteMany