diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2018-04-12 11:41:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-12 11:41:05 +0000 |
commit | 52293c369364f464be90d2448772b4ccc6b97ff8 (patch) | |
tree | 5ab34f5e0062b6d252a953d23b23962d2567e7a2 /kubernetes/vfc/charts/vfc-nokia-vnfm-driver/templates/deployment.yaml | |
parent | 06ad9b7ab0cdecb9af73cbf7e2ac9684039b536d (diff) | |
parent | 08c3f456393436d42d95d43503ced431a10031e3 (diff) |
Merge "VFC Communication fails because MSB service name"
Diffstat (limited to 'kubernetes/vfc/charts/vfc-nokia-vnfm-driver/templates/deployment.yaml')
-rw-r--r-- | kubernetes/vfc/charts/vfc-nokia-vnfm-driver/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/vfc/charts/vfc-nokia-vnfm-driver/templates/deployment.yaml b/kubernetes/vfc/charts/vfc-nokia-vnfm-driver/templates/deployment.yaml index a06e3830fe..9c4437ee0c 100644 --- a/kubernetes/vfc/charts/vfc-nokia-vnfm-driver/templates/deployment.yaml +++ b/kubernetes/vfc/charts/vfc-nokia-vnfm-driver/templates/deployment.yaml @@ -68,7 +68,7 @@ spec: periodSeconds: {{ .Values.readiness.periodSeconds }} env: - name: MSB_ADDR - value: "{{ .Release.Name }}-msb-iag.{{ include "common.namespace" . }}:{{ .Values.config.msbPort }}" + value: "{{ .Values.global.config.msbServiceName }}:{{ .Values.global.config.msbPort }}" volumeMounts: - name: {{ include "common.fullname" . }}-localtime mountPath: /etc/localtime |