From: Oleg Mitsura Date: Thu, 21 Nov 2019 16:52:31 +0000 (-0500) Subject: Type in deployment.yaml forf cds-ui branch:elAlto X-Git-Tag: 5.0.2-ONAP~24^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=74b654375b9f3c5f17955a990aeb795185b9c0d8;p=oom.git Type in deployment.yaml forf cds-ui branch:elAlto Issue-ID: CCSDK-1953 Signed-off-by: Oleg Mitsura Change-Id: Iaeb478456dcf07c58fef5016745cbb7442fe33a9 --- diff --git a/kubernetes/cds/charts/cds-ui/templates/deployment.yaml b/kubernetes/cds/charts/cds-ui/templates/deployment.yaml index 562cd54b31..bdb1871a9a 100644 --- a/kubernetes/cds/charts/cds-ui/templates/deployment.yaml +++ b/kubernetes/cds/charts/cds-ui/templates/deployment.yaml @@ -56,7 +56,7 @@ spec: value: {{ .Values.config.api.controller.http.baseUrl }} - name: API_BLUEPRINT_CONTROLLER_HTTP_AUTH_TOKEN value: {{ .Values.config.api.controller.http.authToken }} - - name: API_BLUEPRINT_PROCESSOR_HHTP_BASE_URL + - name: API_BLUEPRINT_PROCESSOR_HTTP_BASE_URL value: {{ .Values.config.api.processor.http.baseUrl }} - name: API_BLUEPRINT_PROCESSOR_HTTP_AUTH_TOKEN value: {{ .Values.config.api.processor.http.authToken }}