You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use --set ambassador.env.AMBASSADOR_SINGLE_NAMESPACE=true in a lot of our examples. You can see this by searching the repo - it was introduced in #480
At the time we couldn't default the ambassador helm chart to a single namespace. But now we can as helm/charts#12670 has been merged
So we can upgrade to that version of the chart and set single namespace as the default. Then we can remove all those instances of setting the env var to true. Instead we'd need to set the new scope.singleNamespace to false for the cluster-wide cases
The text was updated successfully, but these errors were encountered:
ryandawsonuk
changed the title
default helm chart to single namespace
default ambassador chart to single namespace
Apr 8, 2019
We use
--set ambassador.env.AMBASSADOR_SINGLE_NAMESPACE=true
in a lot of our examples. You can see this by searching the repo - it was introduced in #480At the time we couldn't default the ambassador helm chart to a single namespace. But now we can as helm/charts#12670 has been merged
So we can upgrade to that version of the chart and set single namespace as the default. Then we can remove all those instances of setting the env var to true. Instead we'd need to set the new
scope.singleNamespace
to false for the cluster-wide casesThe text was updated successfully, but these errors were encountered: