CRD Management
Overview
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?

