aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2023-03-31 12:07:23 +0200
committerAndreas Geissler <andreas-geissler@telekom.de>2023-04-07 11:04:23 +0000
commitf51bbef3978f1176551d6891c7e583d128a0875a (patch)
tree3d0748e1b5f7090dc92108d85b2f4f587d7bb642 /kubernetes/holmes/components/holmes-engine-mgmt/values.yaml
parentbb32bf993ac2b74c12fc435e756d9ce98bb73611 (diff)
[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 <andreas-geissler@telekom.de> Change-Id: I27dba69a644bbcc2b61245c22784976ba7c66173
Diffstat (limited to 'kubernetes/holmes/components/holmes-engine-mgmt/values.yaml')
-rw-r--r--kubernetes/holmes/components/holmes-engine-mgmt/values.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml b/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml
index c9c62e78a3..028ca8d71e 100644
--- a/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml
+++ b/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml
@@ -123,9 +123,11 @@ resources:
unlimited: {}
readinessCheck:
- wait_for:
+ wait_for_global:
jobs:
- '{{ include "common.release" . }}-holmes-postgres-init-config-job'
+ wait_for_local:
+ - '{{ .Values.global.postgres.container.name }}'
#Pods Service Account
serviceAccount: