Install CRDs for aws-load-balancer-controller helm chart
Aws-load-balancer-controller helm chart does not yet provide a way to install CRDs with the chart.
This means the CRDs have to be installed beforehand.
With terraform this is not really doable because kubernetes_manifest is still in beta and requires API access during planning time.
Since Helm3 a best practice seems to have a dedicated chart for CRDs (https://helm.sh/docs/chart_best_practices/custom_resource_definitions/)
- Copy https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/main/helm/aws-load-balancer-controller/crds/crds.yaml
helm package .
helm repo index .