-
Notifications
You must be signed in to change notification settings - Fork 28
Helm chart and kustomize do not include all CRDs that the controller embeds #241
Open
Assignees
Description
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?
Activity
Metadata
Metadata
Assignees
Labels
No labels