mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-07 22:02:53 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user