mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 11:40:22 +08:00
[flatpak-indexer] Use empty storageClassName
The named volumes doesn't have any storage class set, so the storage class doesn't match. This should fix it.
This commit is contained in:
@@ -6,6 +6,10 @@ metadata:
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
# Set the storageClassName to the empty string, otherwise it
|
||||
# will get the cluster default storageClass and it won't match
|
||||
# the named volume that already exists for us.
|
||||
storageClassName: ""
|
||||
resources:
|
||||
requests:
|
||||
storage: 5Gi
|
||||
@@ -18,6 +22,10 @@ metadata:
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
# Set the storageClassName to the empty string, otherwise it
|
||||
# will get the cluster default storageClass and it won't match
|
||||
# the named volume that already exists for us.
|
||||
storageClassName: ""
|
||||
resources:
|
||||
requests:
|
||||
storage: 1Gi
|
||||
|
||||
Reference in New Issue
Block a user