summaryrefslogtreecommitdiffstats
path: root/kubernetes/vfc/charts/vfc-huawei-vnfm-driver/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-huawei-vnfm-driver/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-huawei-vnfm-driver/templates/deployment.yaml')
-rw-r--r--kubernetes/vfc/charts/vfc-huawei-vnfm-driver/templates/deployment.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/vfc/charts/vfc-huawei-vnfm-driver/templates/deployment.yaml b/kubernetes/vfc/charts/vfc-huawei-vnfm-driver/templates/deployment.yaml
index 163214a692..401d00c792 100644
--- a/kubernetes/vfc/charts/vfc-huawei-vnfm-driver/templates/deployment.yaml
+++ b/kubernetes/vfc/charts/vfc-huawei-vnfm-driver/templates/deployment.yaml
@@ -76,6 +76,8 @@ spec:
value: "{{ .Values.global.config.ssl_enabled }}"
- name: MSB_ADDR
value: "{{ .Values.global.config.msbServiceName }}:{{ .Values.global.config.msbPort }}"
+ - name: REG_TO_MSB_WHEN_START
+ value: "{{ .Values.global.config.reg_to_msb_when_start }}"
volumeMounts:
- name: {{ include "common.fullname" . }}-localtime
mountPath: /etc/localtime