Skip to content

Commit

Permalink
Merge pull request #19 from owncloud/fix-storage-permissions
Browse files Browse the repository at this point in the history
fix storage permissions
  • Loading branch information
wkloucek authored Mar 16, 2022
2 parents cc1d937 + d192f2b commit f57cd8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/ocis/templates/storage-metadata/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
3 changes: 3 additions & 0 deletions charts/ocis/templates/storage-users/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f57cd8a

Please sign in to comment.