diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-03-31 12:07:23 +0200 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2023-04-07 11:04:23 +0000 |
commit | f51bbef3978f1176551d6891c7e583d128a0875a (patch) | |
tree | 3d0748e1b5f7090dc92108d85b2f4f587d7bb642 /kubernetes/holmes/values.yaml | |
parent | bb32bf993ac2b74c12fc435e756d9ce98bb73611 (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/values.yaml')
-rw-r--r-- | kubernetes/holmes/values.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/holmes/values.yaml b/kubernetes/holmes/values.yaml index e8eb53d140..40c3d872ff 100644 --- a/kubernetes/holmes/values.yaml +++ b/kubernetes/holmes/values.yaml @@ -22,7 +22,11 @@ global: #Service Names of the postgres db to connect to. #Override it to dbc-pg if localCluster is enabled. postgres: + #This flag allows SO to instantiate its own mariadb-galera cluster + #When changing it to "true", also set "globalCluster: false" + #as the dependency check will not work otherwise (Chart.yaml) localCluster: false + globalCluster: true service: name: pgset name2: &postgres tcp-pgset-primary |