diff --git a/charts/ocis/templates/storage-metadata/deployment.yaml b/charts/ocis/templates/storage-metadata/deployment.yaml index ecafa48c3..d5f7352dc 100644 --- a/charts/ocis/templates/storage-metadata/deployment.yaml +++ b/charts/ocis/templates/storage-metadata/deployment.yaml @@ -65,6 +65,9 @@ spec: - name: STORAGE_TRANSFER_SECRET value: "{{ $.Values.secrets.transfer }}" + - name: STORAGE_PERMISSIONS_ENDPOINT + value: "settings:9191" + - name: STORAGE_METADATA_DRIVER value: "ocis" diff --git a/charts/ocis/templates/storage-users/deployment.yaml b/charts/ocis/templates/storage-users/deployment.yaml index 11dc13e9b..016706b57 100644 --- a/charts/ocis/templates/storage-users/deployment.yaml +++ b/charts/ocis/templates/storage-users/deployment.yaml @@ -84,6 +84,9 @@ spec: value: "{{ $.Values.storageUsers.storageBackend.driverConfig.s3ng.bucket }}" {{- end }} + - name: STORAGE_PERMISSIONS_ENDPOINT + value: "settings:9191" + - name: STORAGE_JWT_SECRET value: "{{ $.Values.secrets.jwt }}" - name: STORAGE_TRANSFER_SECRET