Skip to content

Helm chart and kustomize do not include all CRDs that the controller embeds #241

Description

@CodeReaper

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?

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions