Add fix for multicloud port definition in yaml 11/14311/2
authorMike Elliott <mike.elliott@amdocs.com>
Thu, 21 Sep 2017 15:50:59 +0000 (11:50 -0400)
committerMike Elliott <mike.elliott@amdocs.com>
Thu, 21 Sep 2017 15:55:40 +0000 (11:55 -0400)
Replaced underscore with hypen. Underscores not supported in yaml.

Change-Id: I5b45708cc39aac346a03d4d25ed82ab4080bd608
Issue-Id: OOM-309
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
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"
-
-