UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Add doc objectstorage

Merged Kavitha Thulasiraman requested to merge add-doc-objectstorage into master
All threads resolved!
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -8,4+8,4 @@
Addon Minio is enabled at the BigBang level. Alternatively, you have (1) an existing Minio Instance, (2) an AWS S3 AccessKey and SecretKey, or (3) an existing S3 bucket for the deployment.
## Integration
There are currently 2 typical ways in bigbang that packages connect to object storage.
1. Package charts accept values for host, user, pass, etc and the chart makes the necessary secret, configmap etc.
1. Package charts accept values for endpoint, accessKey, bucket values, etc and the chart makes the necessary secret, configmap etc.
2. Package chart accepts a secret name where all the object storage connection info is defined. In these cases we make the secret in the BB chart.
@@ -58,7 +58,7 @@ Add objectStorage values for the package in bigbang/chart/values.yaml
**Options for packages connecting to a pre-existing object storage.**
1. Package charts accept values for host, user, pass, etc. and the chart makes the necessary secret, configmap etc...
1. Package charts accept values for endpoint, accessKey, bucket values, etc. and the chart makes the necessary secret, configmap etc...
- add a conditional statement to `bigbang/chart/templates/<package>/values` that will check if the object storage values exist and creates the necessary object storage values.
Loading