Documentation
¶
Overview ¶
Package crds applies the four platform CRDs from the embedded operator chart to the cluster before helm-install.
Why this exists: helm intentionally only installs CRDs from a chart's crds/ directory on first install — never on upgrade. After a CRD shape change, users would have to run `kubectl apply -f installer/charts/educates-installer/crds/` by hand for the new schema to land. Owning CRD lifecycle from deploy removes that step.
The deploy flow passes SkipCRDs=true to helm so the two paths don't fight over CRD ownership.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.