diff options
author | Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> | 2021-10-11 11:56:08 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-10-29 14:08:00 +0000 |
commit | a0af42436000d47e0df17196e0409c386e194297 (patch) | |
tree | 0d0cfdca09582d19750a8ba7fce9996489c6090e /kubernetes/holmes/requirements.yaml | |
parent | 2c2be1eea53e97cc1972c0b89571baff92e59484 (diff) |
[HOLMES] Use common postgres for holmes
Use common postgres for holmes
Issue-ID: OOM-2860
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: I608c8b3e5c81c2a266ab259cb7e9be0c6cc5eb1f
Diffstat (limited to 'kubernetes/holmes/requirements.yaml')
-rw-r--r-- | kubernetes/holmes/requirements.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/holmes/requirements.yaml b/kubernetes/holmes/requirements.yaml index d1200fd162..f881acdc97 100644 --- a/kubernetes/holmes/requirements.yaml +++ b/kubernetes/holmes/requirements.yaml @@ -22,6 +22,11 @@ dependencies: - name: postgres version: ~9.x-0 repository: '@local' + condition: global.postgres.localCluster + - name: postgres-init + version: ~9.x-0 + repository: '@local' + condition: not global.postgres.localCluster - name: holmes-rule-mgmt version: ~9.x-0 repository: 'file://components/holmes-rule-mgmt' |