Files
charts/bitnami/metallb/templates/controller
JB 7abded04db [bitnami/metallb] Fix metallb service type from None to ClusterIP (#4808)
None is not a valid service type when trying to apply this chart we get
```Error: Service "metallb-controller-metrics" is invalid: spec.type: Unsupported value: "None": supported values: "ClusterIP", "ExternalName", "LoadBalancer", "NodePort"```

Also added clusterIP: "None" to avoid using an ip address

Co-authored-by: jb-abbadie <jb-abbadie@users.noreply.github.com>
2020-12-22 16:55:44 +01:00
..