Fix: Rename S3 bucket configuration key from 'bucket' to 'bucketName' in values.yaml

This commit is contained in:
Marco van Zijl 2025-11-23 15:35:09 +01:00
parent b2b0b8bdbd
commit 77e9652186

View File

@ -9,9 +9,10 @@ openproject:
enabled: true
auth:
existingSecret: "openproject-s3-mapped"
bucket: "openproject"
bucketName: "openproject"
endpoint: "http://rook-ceph-rgw-ceph-objectstore.rook-ceph.svc:80"
pathStyle: true
region: "us-east-1"
postgresql:
bundled: false