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:
parent
ea18835a24
commit
a008d43b3f
@ -224,5 +224,5 @@ networkPolicy:
|
|||||||
|
|
||||||
# CRDs Management
|
# CRDs Management
|
||||||
crds:
|
crds:
|
||||||
install: true
|
install: false
|
||||||
keep: true
|
keep: true
|
||||||
Loading…
Reference in New Issue
Block a user