summaryrefslogtreecommitdiffstats
path: root/kubernetes/oof/charts/oof-cmso/requirements.yaml
diff options
context:
space:
mode:
authorkrishnaa96 <krishna.moorthy6@wipro.com>2020-07-28 19:22:50 +0530
committerkrishnaa96 <krishna.moorthy6@wipro.com>2020-09-07 14:24:52 +0530
commit2849ae544fdaa67cd782b2f79d0de7fd9b82c193 (patch)
tree92b3c68b6a63ecdd64c9d760fa9b8e5a707d7ed5 /kubernetes/oof/charts/oof-cmso/requirements.yaml
parented7b049fe6646b36a0af1047e6126618e93d10bb (diff)
[OOF] use non-root user to access cmso database
Move mariadb galera config from global to root Add service name to mariadb-init config Fix mariadb-init secret to use Additional databases Create separate users for cmso service and optimizer Issue-ID: OPTFRA-800 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I5b91d297d35125ca242f40fe1a6328da0f4daa62
Diffstat (limited to 'kubernetes/oof/charts/oof-cmso/requirements.yaml')
-rw-r--r--kubernetes/oof/charts/oof-cmso/requirements.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/oof/charts/oof-cmso/requirements.yaml b/kubernetes/oof/charts/oof-cmso/requirements.yaml
index d95b2e76ae..e631333861 100644
--- a/kubernetes/oof/charts/oof-cmso/requirements.yaml
+++ b/kubernetes/oof/charts/oof-cmso/requirements.yaml
@@ -1,4 +1,5 @@
# Copyright © 2018 AT&T
+# Copyright (C) 2020 Wipro Limited.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -22,3 +23,6 @@ dependencies:
- name: mariadb-galera
version: ~6.x-0
repository: '@local'
+ - name: mariadb-init
+ version: ~6.x-0
+ repository: '@local'