linkerd2/charts
Zahari Dichev 113c23bdf6 Fix helm list of ports not rendering correctly (#3957)
There was a problem that caused helm install to not reflect the proper list of ignored inbound and outbound ports. Namely if you supply just one port, that would not get reflected.

To reproduce do a: 

```
 helm install \
       --name=linkerd2 \
       --set-file global.identityTrustAnchorsPEM=ca.crt \
       --set-file identity.issuer.tls.crtPEM=issuer.crt \
       --set-file identity.issuer.tls.keyPEM=issuer.key \
       --set identity.issuer.crtExpiry=2021-01-14T14:21:43Z \
       --set-string global.proxyInit.ignoreInboundPorts="6666" \
       linkerd-edge/linkerd2
```


Check your config: 

```bash
 $ kubectl get configmap -n linkerd -oyaml | grep ignoreInboundPort
 "ignoreInboundPorts":[],
```
Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
2020-01-24 09:41:11 -08:00
..
linkerd2 Fix helm list of ports not rendering correctly (#3957) 2020-01-24 09:41:11 -08:00
linkerd2-cni Changes for edge-20.1.3 (#3966) 2020-01-23 16:55:21 -08:00
partials Fix helm list of ports not rendering correctly (#3957) 2020-01-24 09:41:11 -08:00
patch Move common values to global (#3839) 2020-01-06 14:31:41 -08:00