mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-04-13 15:56:24 +00:00
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>
3 lines
41 B
YAML
3 lines
41 B
YAML
apiVersion: v2
|
|
name: crds
|
|
version: 0.0.0
|