Closed bavarianbidi closed 5 years ago
We install all helm-charts with
helm template <path/to/chart> --name <name> --namespace=<namespace> | kubectl apply -f -
To pass the --namespace value to the chart, there is build-in variable, called .Release.Namespace. In all objects in the helm-chart this value is used by all k8s objects instead of the PDB-definition for maesh-mesh and maesh-controller.
--namespace
.Release.Namespace
maesh-mesh
maesh-controller
This PR solve this issue: https://github.com/containous/maesh/pull/256
Closed by #256
We install all helm-charts with
To pass the
--namespace
value to the chart, there is build-in variable, called.Release.Namespace
. In all objects in the helm-chart this value is used by all k8s objects instead of the PDB-definition formaesh-mesh
andmaesh-controller
.This PR solve this issue: https://github.com/containous/maesh/pull/256