fix(monitoring): remove cozystack-controller dependency

The monitoring package depends on cozystack.cozystack-controller which
is only installed as part of cozystack-engine. This prevents monitoring
from becoming ready when cozystack-engine is not enabled.

Remove this dependency to allow monitoring to work independently.

Signed-off-by: IvanHunters <xorokhotnikov@gmail.com>
This commit is contained in:
IvanHunters 2026-02-06 00:32:05 +03:00
parent 712c01419e
commit 97b5ea24c7

View file

@ -14,7 +14,6 @@ spec:
variants:
- name: default
dependsOn:
- cozystack.cozystack-controller
- cozystack.vertical-pod-autoscaler
- cozystack.networking
- cozystack.postgres-operator