fix(reconciler): disable CRDs installation in values.alpha.yaml

- Updated the CRDs management configuration to set 'install' to false, preventing automatic installation of CRDs.
- This change aligns with the current deployment strategy and ensures better control over CRD management.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-07-31 23:47:51 +08:00
parent ea18835a24
commit a008d43b3f

View File

@ -224,5 +224,5 @@ networkPolicy:
# CRDs Management
crds:
install: true
install: false
keep: true