Add fix for multicloud port definition in yaml
[oom.git] / kubernetes / multicloud / templates / framework-deployment.yaml
index ad1dac8..9f122f0 100644 (file)
@@ -17,8 +17,8 @@ spec:
      containers:
      - env:
        - name: MSB_ADDR
-         value: "{{ .Values.msbgateway }}"
-       _ name: MSB_PORT
+         value: {{ .Values.msbgateway }}
+       - name: MSB_PORT
          value: "{{ .Values.msbPort }}"
        - name: AAI_ADDR
          value: aai-service.{{ .Values.nsPrefix }}-aai
@@ -55,5 +55,3 @@ spec:
          path: /dockerdata-nfs/{{ .Values.nsPrefix }}/multicloud/framework/logs
      imagePullSecrets:
      - name: "{{ .Values.nsPrefix }}-docker-registry-key"
-
-