aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/network-name-gen/requirements.yaml
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-02-14 16:45:20 +0100
committerKrzysztof Opasiak <k.opasiak@samsung.com>2020-02-19 19:48:55 +0100
commit9df4c55fba32c25fbd47ad321c98dab76836f937 (patch)
treead8f1e8625b98a1a2d13136d9cfeb77931e93d4e /kubernetes/common/network-name-gen/requirements.yaml
parent314512b9085a672195a1aad27e922cf1e791b780 (diff)
[COMMON] Use common mariadb-galera instance in network-name-gen
Improve usage of common secret template by removing all hardcoded values and use common mariadb-galera instance. Issue-ID: OOM-2249 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ia126a0b66d9e61c90114ff688cc52cc5fa4f5d58
Diffstat (limited to 'kubernetes/common/network-name-gen/requirements.yaml')
-rw-r--r--kubernetes/common/network-name-gen/requirements.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/kubernetes/common/network-name-gen/requirements.yaml b/kubernetes/common/network-name-gen/requirements.yaml
index 9ef8db89a4..eda693f832 100644
--- a/kubernetes/common/network-name-gen/requirements.yaml
+++ b/kubernetes/common/network-name-gen/requirements.yaml
@@ -18,4 +18,9 @@ dependencies:
repository: '@local'
- name: mariadb-galera
version: ~5.x-0
- repository: file://../mariadb-galera/
+ repository: '@local'
+ condition: global.mariadbGalera.localCluster
+ - name: mariadb-init
+ version: ~5.x-0
+ repository: '@local'
+ condition: not global.mariadbGalera.localCluster