Resolve "BB Extension: Document way to consume/translate BB values"
General MR
Summary
adding documentation for consuming BB values
Relevant logs/screenshots
Merge request reports
Activity
changed milestone to %2.0.0
added BB 2.0hard-requirement kindfeature priority5 statusdoing teambigbang labels
assigned to @echuang
added statusreview label and removed statusdoing label
requested review from @micah.nagel
- Resolved by Micah Nagel
Sorry for the delay on this review - I'm not sure we need this as an entirely separate doc. What I think we can do is take a portion of this and add it to the "Values Overrides" section of the existing doc (here).
I think really the key piece to capture from this is:
Or if you would like to use conditionals to make your
extra-package
deployment adapt to your Big Bang deployment:packages: podinfo: values: istio: enabled: "{{.Values.istio.enabled}}"
This way, Istio will only be configured in your
extra-package
if Istio is enabled for BigBang.
added 1 commit
- 15d2c432 - Update docs/guides/deployment-scenarios/extra-package-deployment.md
mentioned in commit e7a20588
mentioned in issue #1360 (closed)