diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-05-09 01:04:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-09 01:04:16 +0000 |
commit | f4c5b2313f5544c43f6e2193edca7b5c4af59e9e (patch) | |
tree | b53e0bd782aad6a267490d42a687911bcab5c338 /kubernetes/so/charts/mariadb/values.yaml | |
parent | 62dc4cb16a61c508cca51a6c3767e10afd571013 (diff) | |
parent | 0fe4eb7bb654a7bdc114775cd941d4f5ab146d08 (diff) |
Merge "reducing configmap for SO"
Diffstat (limited to 'kubernetes/so/charts/mariadb/values.yaml')
-rw-r--r-- | kubernetes/so/charts/mariadb/values.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kubernetes/so/charts/mariadb/values.yaml b/kubernetes/so/charts/mariadb/values.yaml index 1a62071442..0af4d98101 100644 --- a/kubernetes/so/charts/mariadb/values.yaml +++ b/kubernetes/so/charts/mariadb/values.yaml @@ -19,16 +19,23 @@ global: # global defaults nodePortPrefix: 302 repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ== persistence: {} + readinessRepository: oomk8s + ubuntuInitRepository: registry.hub.docker.com # application image repository: nexus3.onap.org:10001 image: mariadb:10.1.11 pullPolicy: Always +ubuntuInitImage: oomk8s/ubuntu-init:2.0.0 # application configuration config: mariadbRootPassword: password + # gerrit branch where the latest heat code is checked in + gerritBranch: master + # gerrit project where the latest heat code is checked in + gerritProject: http://gerrit.onap.org/r/so/docker-config.git # default number of instances |