UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 457189ea authored by Ernest Chuang's avatar Ernest Chuang :thinking: Committed by Micah Nagel
Browse files

Resolve "BB Extension: Document way to consume/translate BB values"

parent 8ec3aa89
No related branches found
No related tags found
1 merge request!2625Resolve "BB Extension: Document way to consume/translate BB values"
......@@ -95,6 +95,18 @@ In this example we are doing two things:
We could also specify a `postRenderers` value here, which is documented well in [this document](../../understanding-bigbang/configuration/postrenderers.md).
If you would like to have values for your extra package deployment adapt based on your Big Bang configuration you could do something like the below:
```yaml
packages:
podinfo:
values:
istio:
enabled: "{{ .Values.istio.enabled }}"
```
In this example, Istio will only be configured for podinfo if Istio is enabled for BigBang.
### Istio Configuration
The wrapper chart provides a number of different ways to provide Istio configuration. The below is a basic example configuring some pieces for the `podinfo` application:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment