Fix: Rename S3 bucket configuration key from 'bucket' to 'bucketName' in values.yaml
This commit is contained in:
parent
b2b0b8bdbd
commit
77e9652186
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user