openstack-helm/openvswitch
Chris Wedgwood cb28c05da5 Clarify type of auto_bridge_add
With auto_bridge_add defined as:

  auto_bridge_add:
  # nothing here

helm doesn't treat is as am empty table so issues warnings such as:

    2017/10/03 19:24:37 warning: destination for auto_bridge_add is a table. Ignoring non-table value <nil>

This happens most of the time as we use `helm --values=...` to augment
values.yaml in the chart.

This change clarifies it is indeed a table and the warnings no long
appear.

Change-Id: Ib733ed72df49e134a9199e4024b2893629b990dc
2017-10-03 23:54:05 +00:00
..
templates Neutron and OVS: add full name to ovs and lb daemonsets 2017-09-04 13:58:59 +02:00
Chart.yaml Neutron: Move OpenVSwitch into its own chart 2017-08-30 16:01:29 +00:00
requirements.yaml Neutron: Move OpenVSwitch into its own chart 2017-08-30 16:01:29 +00:00
values.yaml Clarify type of auto_bridge_add 2017-10-03 23:54:05 +00:00