traefik / mesh

Traefik Mesh - Simpler Service Mesh
https://traefik.io/traefik-mesh
Apache License 2.0
2.03k stars 141 forks source link

the --namespace arg in helm template doesn't affect maesh-mesh and maesh-controller pdb #259

Closed bavarianbidi closed 5 years ago

bavarianbidi commented 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.

This PR solve this issue: https://github.com/containous/maesh/pull/256

dtomcej commented 5 years ago

Closed by #256