From 70691ad39266f2ca10027c8060b52fa97e5ba1b7 Mon Sep 17 00:00:00 2001 From: HaimKortovich Date: Fri, 24 Apr 2026 14:10:19 -0500 Subject: [PATCH] add access to bucket --- ops/chart/values.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ops/chart/values.yaml b/ops/chart/values.yaml index 4bb6166..017d721 100644 --- a/ops/chart/values.yaml +++ b/ops/chart/values.yaml @@ -68,3 +68,14 @@ rawResources: protocols: - s3 + document-service-bucket-access: + enabled: true + apiVersion: objectstorage.k8s.io/v1alpha1 + kind: BucketAccess + suffix: access + spec: + spec: + bucketAccessClassName: seaweedfs + bucketClaimName: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}-bucket' + protocol: s3 +