diff options
author | 2024-04-12 06:34:21 +0000 | |
---|---|---|
committer | 2024-04-12 06:34:21 +0000 | |
commit | 53fe20dc15c0e23c27bee5c1450340e454b8945b (patch) | |
tree | b0c24f201cc239959f2784545b52fb264ac7def0 /kubernetes/holmes/components/holmes-engine-mgmt/values.yaml | |
parent | 3c9a839dec53d453bd86692ae7ba08bc116bd12b (diff) | |
parent | ee119102020f1dc6044f686c748a37ff0e7487de (diff) |
Merge "[COMMON] Update all ReadinessChecks"
Diffstat (limited to 'kubernetes/holmes/components/holmes-engine-mgmt/values.yaml')
-rw-r--r-- | kubernetes/holmes/components/holmes-engine-mgmt/values.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml b/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml index 1df27d4b32..bd06bcd1ee 100644 --- a/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml +++ b/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml @@ -127,7 +127,8 @@ readinessCheck: jobs: - '{{ include "common.release" . }}-holmes-postgres-init-config-job' wait_for_local: - - '{{ .Values.global.postgres.container.name }}' + services: + - '{{ .Values.global.postgres.service.name2 }}' #Pods Service Account serviceAccount: |