1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-04-13 15:56:24 +00:00
node-feature-discovery/deployment/helm/node-feature-discovery/charts/crds/Chart.yaml
cmontemuino c60d355686
helm: install CRDs from a subchart
PROBLEM: Helm 3 only install CRDs during the chart installation. Both
deletes and upgrades are not handled by Helm 3. It requires manual
intervention. Additionally, it is not possible to template CRDs. This is
especially important when installing the chart with an Argo CD
application.

SOLUTION: add the possibility to install the CRDs from a dependency
subchart. This allows clean uninstall, possibility for automated
upgrades, and templating. This feature comes disabled by default.

closes #1637

Signed-off-by: cmontemuino <1761056+cmontemuino@users.noreply.github.com>
2024-10-22 12:44:57 +02:00

3 lines
41 B
YAML

apiVersion: v2
name: crds
version: 0.0.0