summaryrefslogtreecommitdiffstats
path: root/kubernetes/vfc/charts/vfc-vnfmgr/templates/deployment.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-03-11 10:09:23 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-11 10:09:23 +0000
commita2b459b347fb8c14944ee333e5f78daec89ac503 (patch)
treec182ca810f23aaba92dc15db7e712db576a0b015 /kubernetes/vfc/charts/vfc-vnfmgr/templates/deployment.yaml
parent1450e4dc479ee0cfefae4c22feef10bd46f2f4e0 (diff)
parent0a90d8df59e2f09d59bff3d9752781f510368dfa (diff)
Merge "Add VFC env about reg_to_msb_when_start to determine whether register to microserice"
Diffstat (limited to 'kubernetes/vfc/charts/vfc-vnfmgr/templates/deployment.yaml')
-rw-r--r--kubernetes/vfc/charts/vfc-vnfmgr/templates/deployment.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/vfc/charts/vfc-vnfmgr/templates/deployment.yaml b/kubernetes/vfc/charts/vfc-vnfmgr/templates/deployment.yaml
index c4c070d583..61adba88e8 100644
--- a/kubernetes/vfc/charts/vfc-vnfmgr/templates/deployment.yaml
+++ b/kubernetes/vfc/charts/vfc-vnfmgr/templates/deployment.yaml
@@ -87,7 +87,8 @@ spec:
value: "{{ .Values.global.config.mariadb_admin }}"
- name: MYSQL_ROOT_PASSWORD
{{- include "common.secret.envFromSecret" (dict "global" . "uid" "db-root-pass" "key" "password") | indent 14}}
-
+ - name: REG_TO_MSB_WHEN_START
+ value: "{{ .Values.global.config.reg_to_msb_when_start }}"
volumeMounts:
- name: {{ include "common.fullname" . }}-localtime
mountPath: /etc/localtime