summaryrefslogtreecommitdiffstats
path: root/kubernetes/appc/values.yaml
diff options
context:
space:
mode:
authorBorislav Glozman <Borislav.Glozman@amdocs.com>2020-02-02 13:23:12 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-02 13:23:12 +0000
commitf37261b53a7d07d6046c6710b5828e70ead678d0 (patch)
treec1d7dbdcd611d1e2318d499512b1b1d284526005 /kubernetes/appc/values.yaml
parent5878b3db688aa32ffa4af2e88ba96eaf68f92871 (diff)
parente74ed5cd24df70e1e9b137eadf8e32d5c89f236b (diff)
Merge "[APPC] Don't hardcode mariadb root password"
Diffstat (limited to 'kubernetes/appc/values.yaml')
-rw-r--r--kubernetes/appc/values.yaml9
1 files changed, 8 insertions, 1 deletions
diff --git a/kubernetes/appc/values.yaml b/kubernetes/appc/values.yaml
index fcfca4a41c..ac96820c35 100644
--- a/kubernetes/appc/values.yaml
+++ b/kubernetes/appc/values.yaml
@@ -26,6 +26,14 @@ global:
mountPath: /dockerdata-nfs
#################################################################
+# Secrets metaconfig
+#################################################################
+secrets:
+ - uid: "db-root-pass"
+ externalSecret: '{{- include "common.mariadb.secret.rootPassSecretName" (dict "dot" . "chartName" (index .Values "mariadb-galera" "nameOverride")) }}'
+ type: password
+
+#################################################################
# Application configuration defaults.
#################################################################
flavor: small
@@ -43,7 +51,6 @@ config:
odlGid: 101
ansibleServiceName: appc-ansible-server
ansiblePort: 8000
- mariadbRootPassword: secretpassword
userName: my-user
userPassword: my-password
mysqlDatabase: my-database