Skip to content

Commit 62633fe

Browse files
committed
(pillan) fix cephobjectstoreuser bucket quotas
1 parent 179d40c commit 62633fe

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

fleet/lib/rook-ceph-conf/charts/pillan/values.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,19 @@ users:
1414
spec:
1515
store: lfa
1616
quotas:
17-
maxBuckets: 1
17+
maxBuckets: 2
1818
- name: latiss
1919
spec:
2020
store: lfa
2121
quotas:
22-
maxBuckets: 1
22+
maxBuckets: 2
2323
- name: oods-comcam
2424
spec:
2525
store: lfa
26+
quotas:
27+
maxBuckets: 0
2628
- name: oods-latiss
2729
spec:
2830
store: lfa
31+
quotas:
32+
maxBuckets: 0

0 commit comments

Comments
 (0)