From f51bbef3978f1176551d6891c7e583d128a0875a Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Fri, 31 Mar 2023 12:07:23 +0200 Subject: [COMMON][OTHERS] Fix dependency conditions In case of local DB the "init" dependency is activated as the "not" condition is not working Issue-ID: OOM-3152 Signed-off-by: Andreas Geissler Change-Id: I27dba69a644bbcc2b61245c22784976ba7c66173 --- kubernetes/holmes/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/holmes/Chart.yaml') diff --git a/kubernetes/holmes/Chart.yaml b/kubernetes/holmes/Chart.yaml index 971d81c614..8f8e91d47f 100644 --- a/kubernetes/holmes/Chart.yaml +++ b/kubernetes/holmes/Chart.yaml @@ -34,7 +34,7 @@ dependencies: - name: postgres-init version: ~12.x-0 repository: '@local' - condition: not global.postgres.localCluster + condition: global.postgres.globalCluster - name: holmes-rule-mgmt version: ~12.x-0 repository: 'file://components/holmes-rule-mgmt' -- cgit 1.2.3-korg