diff --git a/docs/guides/deployment-scenarios/extra-package-deployment.md b/docs/guides/deployment-scenarios/extra-package-deployment.md index e709d628091e704c5031434b43d2514ec2bc7d65..cb90c482df800f73f7a9b65e2bd2c828c4e93e4b 100644 --- a/docs/guides/deployment-scenarios/extra-package-deployment.md +++ b/docs/guides/deployment-scenarios/extra-package-deployment.md @@ -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: