UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Add doc objectstorage

Merged Kavitha Thulasiraman requested to merge add-doc-objectstorage into master
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
@@ -8,7+8,7 @@
Blob storage bucket available with correct permissions, or Minio Addon is enabled at the BigBang level. Alternatively, you have (1) an existing Minio Instance, or (2) AWS S3 AccessKey and SecretKey.
## Integration
There are currently 2 typical ways in bigbang that packages connect to object storage.
@@ -104,7+104,7 @@
## Validation
For validating connection to the object storage in your environment or testing in CI pipeline you will need to add the object storage specific values to your overrides file or `./tests/test-values.yaml` respectively.
For validating connection to the object storage in your environment or testing in CI pipeline you will need to add the object storage specific values to your overrides file or `./tests/test-values.yaml` respectively. If you are using Minio, ensure `addons.minio.enabled: true`.
Mattermost Example:
@@ -117,4 +117,5 @@ addons:
accessKey: "AHDKEJ3BYNC8B2BFJ38NRB"
accessSecret: "LKSJF2343KS9LS21J3KK20"
bucket: "myMMBucket"
```
\ No newline at end of file
```
In order to test that the object storage is working, perform an action that stores a file. For example, if using Mattermost, upload an image for a user avatar.
\ No newline at end of file
Loading