datawire / ambassador-operator

The Ambassador operator
https://getambassador.io/
17 stars 15 forks source link

Helm chart doesn't install the CRDs #72

Open acookin opened 3 years ago

acookin commented 3 years ago

helm install does not generate the CRDs, which makes the operator basically useless.

Since helm 2 is deprecated, we only need to make this work for helm 3.

We could easily just add the CRD to the crds directory in the helm chart directory, or we could add the crds in a different chart.

See helm's suggestions on this for more info: https://helm.sh/docs/chart_best_practices/custom_resource_definitions/