diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-02-02 07:54:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-02-02 07:54:22 +0000 |
commit | df97234c80db4db1f2a46683632d2c5275d32e3f (patch) | |
tree | e97116fd96fda1dd6de06cbb34ad89ebd5d8b6f0 /kubernetes/so/components/so-mariadb/values.yaml | |
parent | d91dacc25d7d9c01242aaac57384d2a32cedddad (diff) | |
parent | f400432711e42f75a7949ab38ddc8e82f94228c1 (diff) |
Merge "[MARIADB] Create CNFM Database Within MariaDB"
Diffstat (limited to 'kubernetes/so/components/so-mariadb/values.yaml')
-rwxr-xr-x | kubernetes/so/components/so-mariadb/values.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kubernetes/so/components/so-mariadb/values.yaml b/kubernetes/so/components/so-mariadb/values.yaml index 13dd0868e8..bf546a2776 100755 --- a/kubernetes/so/components/so-mariadb/values.yaml +++ b/kubernetes/so/components/so-mariadb/values.yaml @@ -1,4 +1,5 @@ # Copyright © 2017 Amdocs, Bell Canada +# Modifications Copyright (C) 2022-23 Nordix Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -89,6 +90,11 @@ secrets: externalSecret: '{{ tpl (default "" .Values.db.nfvo.dbCredsExternalSecret) . }}' login: '{{ .Values.db.nfvo.userName }}' password: '{{ .Values.db.nfvo.password }}' + - uid: cnfm-db-creds + type: basicAuth + externalSecret: '{{ tpl (default "" .Values.db.cnfm.dbCredsExternalSecret) . }}' + login: '{{ .Values.db.cnfm.userName }}' + password: '{{ .Values.db.cnfm.password }}' ################################################################# # Application configuration defaults. @@ -127,6 +133,9 @@ db: nfvo: userName: nfvouser # dbCredsExternalSecret: some secret + cnfm: + userName: cnfmuser + # dbCredsExternalSecret: some secret # application configuration config: |