Junnplus edited a comment on pull request #213: URL: https://github.com/apache/apisix-ingress-controller/pull/213#issuecomment-768044322
@tokers `installCRDs` of kong is for compatibility helm2. this chart require helm 3.0+. see more in [chart_best_practices](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/) > With the arrival of Helm 3, we removed the old crd-install hooks for a more simple methodology. There is now a special directory called crds that you can create in your chart to hold your CRDs. These CRDs are not templated, but will be installed by default when running a helm install for the chart. If the CRD already exists, it will be skipped with a warning. If you wish to skip the CRD installation step, you can pass the --skip-crds flag. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org