mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 21:30:35 +00:00
If crd.create is set to false when installing submariner on same cluster as broker, gateways CRD never gets installed because it is missing from broker charts. This change is to install the CRD even on broker, as a cleaner alternative to adding more flags. Signed-off-by: Vishal Thapar <5137689+vthapar@users.noreply.github.com>