CRD Management
How Bluebricks automatically handles Custom Resource Definitions (CRDs) in Helm charts using server-side apply for reliable, consistent deployments
CRD support
CRD directory structure
my-helm-chart/
├── Chart.yaml
├── values.yaml
├── templates/
└── crds/ # CRD definitions
├── custom-resource.yaml
└── another-crd.yamlHow CRD installation works
Best practices
See also
Last updated
Was this helpful?

