linkerd2/charts/partials/templates
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
..
NOTES.txt Add Control Plane Helm Templates And Proxy Partials (#3146) 2019-08-06 09:18:19 -07:00
_capabilities.tpl Move common values to global (#3839) 2020-01-06 14:31:41 -08:00
_debug.tpl Switch to Smaller-Case in Linkerd2 and Partials Charts (#3823) 2019-12-13 14:48:07 -05:00
_helpers.tpl Fix helm list of ports not rendering correctly (#3957) 2020-01-24 09:41:11 -08:00
_metadata.tpl Switch to Smaller-Case in Linkerd2 and Partials Charts (#3823) 2019-12-13 14:48:07 -05:00
_proxy-init.tpl Move common values to global (#3839) 2020-01-06 14:31:41 -08:00
_proxy.tpl move more values to global (#3892) 2020-01-09 14:57:43 -05:00
_resources.tpl Switch to Smaller-Case in Linkerd2 and Partials Charts (#3823) 2019-12-13 14:48:07 -05:00
_trace.tpl move more values to global (#3892) 2020-01-09 14:57:43 -05:00
_volumes.tpl Add Control Plane Helm Templates And Proxy Partials (#3146) 2019-08-06 09:18:19 -07:00