Skip to content

Commit

Permalink
feat(nexus3): Add note to nexus values regarding blob store configura…
Browse files Browse the repository at this point in the history
…tions (#851)

* add note to nexus values regarding blob store configurations

* add example s3 blob store snippet

* indentation fix

---------

Co-authored-by: John McCrummen <[email protected]>
  • Loading branch information
jmccrumm and John McCrummen authored Apr 2, 2024
1 parent dc4a89e commit 995476d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion charts/nexus3/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,24 @@ config:
groupIdAttribute:
groupMemberAttribute:
groupMemberFormat:
blobStores: []
blobStores: [] # Reference the Nexus Blob store REST API for supported types and expected request body structures of each
# - name: ExampleFileBlobStore
# type: file
# path: /nexus-data/blobs/foo
# softQuota:
# type: spaceRemainingQuota
# limit: 500
# - name: ExampleS3BlobStore
# type: s3
# bucketConfiguration:
# bucket:
# region: us-east-1
# name: example-bucket-name
# prefix: /
# expiration: 3
# #bucketSecurity: # If not using Instance Profile
# # accessKeyId: access-key-id
# # secretAccessKey: secret-access-key
cleanup: []
# - name: ExampleCleanup
# notes: "Cleanup content that hasn't been updated in 14 days downloaded in 28 days."
Expand Down

0 comments on commit 995476d

Please sign in to comment.