This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch DLAB-terraform
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-terraform by this push:
     new 13e2dc8  fixed issue with billing service
13e2dc8 is described below

commit 13e2dc8e7496eb8cebe4323e982994a60881e9ac
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Wed Aug 14 15:46:14 2019 +0300

    fixed issue with billing service
---
 .../main/dlab-billing-chart/templates/configmap-billing-conf.yaml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/dlab-billing-chart/templates/configmap-billing-conf.yaml
 
b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/dlab-billing-chart/templates/configmap-billing-conf.yaml
index f8fc9a5..1bdf52b 100644
--- 
a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/dlab-billing-chart/templates/configmap-billing-conf.yaml
+++ 
b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/dlab-billing-chart/templates/configmap-billing-conf.yaml
@@ -80,7 +80,7 @@ data:
         skipLines: 1
         columnMapping: >-
           dlab_id={{ .Values.billing.dlab_id }};usage_date={{ 
.Values.billing.usage_date }};product={{ .Values.billing.product }};
-          usage_type={{ .Values.billing.usage_type 
}}billing_usage_type;usage={{ .Values.billing.usage }};cost={{ 
.Values.billing.cost }};
+          usage_type={{ .Values.billing.usage_type }};usage={{ 
.Values.billing.usage }};cost={{ .Values.billing.cost }};
           resource_id={{ .Values.billing.resource_id }};tags={{ 
.Values.billing.tags }}
         aggregate: day
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to