UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit e7a20588 authored by Micah Nagel's avatar Micah Nagel :moneybag:
Browse files

Merge branch '1360-bb-extension-document-way-to-consume-translate-bb-values' into 'master'

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

See merge request !2625
parents 8ec3aa89 457189ea
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