The controller binary embeds 4 CRDs in pkg/crd/crd_manager.go in the crdsYAML variable. That variable's contents is cat config/crd/bases/*.yaml (based on the prepare-embed recipe in the Makefile).
However the Helm chart's crds.yaml and the config/crd/kustomization.yaml both only ship networking.k8s.aws/policyendpoints. Is this deliberate?
The controller binary embeds 4 CRDs in
pkg/crd/crd_manager.goin thecrdsYAMLvariable. That variable's contents iscat config/crd/bases/*.yaml(based on the prepare-embed recipe in the Makefile).However the Helm chart's crds.yaml and the config/crd/kustomization.yaml both only ship
networking.k8s.aws/policyendpoints. Is this deliberate?