diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-02-13 07:31:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-13 07:31:29 +0000 |
commit | 40f25fdbf7f3818946cbe5f5cbd31cf9469cc037 (patch) | |
tree | df7c04d727973787663964d7a710ec38b6cb2a48 /kubernetes/multicloud/charts/multicloud-starlingx | |
parent | a0aa40a2c9be7bd95599fa5973d88d981685722f (diff) | |
parent | 6ea79cbcacab582f167e10a556771eb454c459ab (diff) |
Merge "Fix the wrong MSB_PROTO env value"
Diffstat (limited to 'kubernetes/multicloud/charts/multicloud-starlingx')
-rw-r--r-- | kubernetes/multicloud/charts/multicloud-starlingx/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/multicloud/charts/multicloud-starlingx/templates/deployment.yaml b/kubernetes/multicloud/charts/multicloud-starlingx/templates/deployment.yaml index e800c81cce..f132cc73b2 100644 --- a/kubernetes/multicloud/charts/multicloud-starlingx/templates/deployment.yaml +++ b/kubernetes/multicloud/charts/multicloud-starlingx/templates/deployment.yaml @@ -41,7 +41,7 @@ spec: containers: - env: - name: MSB_PROTO - value: {{ .Values.config.msbprotocol }}.{{ include "common.namespace" . }} + value: {{ .Values.config.msbprotocol }} - name: MSB_ADDR value: "{{ .Values.config.msbgateway }}.{{ include "common.namespace" . }}" - name: MSB_PORT |