From: Borislav Glozman Date: Sun, 14 Jul 2019 06:06:34 +0000 (+0000) Subject: Merge "Add quotes to force string conversion" X-Git-Tag: 5.0.1-ONAP~206 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c7fe2b3509ad1861f13225083d5c329eaa5e64c7;hp=ca98e9bde4e6e5eb11cb7370073fb43b8254e8bc;p=oom.git Merge "Add quotes to force string conversion" --- diff --git a/kubernetes/cds/charts/cds-ui/templates/deployment.yaml b/kubernetes/cds/charts/cds-ui/templates/deployment.yaml index 021a6a9425..562cd54b31 100644 --- a/kubernetes/cds/charts/cds-ui/templates/deployment.yaml +++ b/kubernetes/cds/charts/cds-ui/templates/deployment.yaml @@ -51,7 +51,7 @@ spec: - name: HOST value: 0.0.0.0 - name: APP_ACTION_DEPLOY_BLUEPRINT_GRPC_ENABLED - value: {{ .Values.config.app.action.deployBlueprint.grpcEnabled }} + value: "{{ .Values.config.app.action.deployBlueprint.grpcEnabled }}" - name: API_BLUEPRINT_CONTROLLER_HTTP_BASE_URL value: {{ .Values.config.api.controller.http.baseUrl }} - name: API_BLUEPRINT_CONTROLLER_HTTP_AUTH_TOKEN @@ -63,7 +63,7 @@ spec: - name: API_BLUEPRINT_PROCESSOR_GRPC_HOST value: {{ .Values.config.api.processor.grpc.host }} - name: API_BLUEPRINT_PROCESSOR_GRPC_PORT - value: {{ .Values.config.api.processor.grpc.port }} + value: "{{ .Values.config.api.processor.grpc.port }}" - name: API_BLUEPRINT_PROCESSOR_GRPC_AUTH_TOKEN value: {{ .Values.config.api.processor.grpc.authToken }} readinessProbe: