You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/07/25 13:38:19 UTC

[incubator-dlab] branch DLAB-terraform updated: [DLAB-941]: Fixed typo

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 07e1751  [DLAB-941]: Fixed typo
07e1751 is described below

commit 07e1751eb9a5a11c367cc58a91e5ea9351dc717a
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Thu Jul 25 16:38:10 2019 +0300

    [DLAB-941]: Fixed typo
---
 .../main/dlab-billing-chart/templates/deployment.yaml          | 10 +++++-----
 .../main/dlab-ui-chart/templates/deployment.yaml               | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/dlab-billing-chart/templates/deployment.yaml b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/dlab-billing-chart/templates/deployment.yaml
index 06c9e17..3331d25 100644
--- a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/dlab-billing-chart/templates/deployment.yaml
+++ b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/dlab-billing-chart/templates/deployment.yaml
@@ -57,11 +57,11 @@ spec:
             - name: billing-yml
               mountPath: /root/
               readOnly: true
-        volumes:
-          - name: billing-yml
-            configMap:
-              name: {{ include "dlab-billing.fullname" . }}-billing-yml
-              defaultMode: 0644
+      volumes:
+        - name: billing-yml
+          configMap:
+            name: {{ include "dlab-billing.fullname" . }}-billing-yml
+            defaultMode: 0644
       {{- with .Values.nodeSelector }}
       nodeSelector:
         {{- toYaml . | nindent 8 }}
diff --git a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/dlab-ui-chart/templates/deployment.yaml b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/dlab-ui-chart/templates/deployment.yaml
index d270f47..ca1f3d6 100644
--- a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/dlab-ui-chart/templates/deployment.yaml
+++ b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/dlab-ui-chart/templates/deployment.yaml
@@ -68,11 +68,11 @@ spec:
             - name: ssn-yml
               mountPath: /root/
               readOnly: true
-        volumes:
-          - name: ssn-yml
-            configMap:
-              name: {{ include "dlab-ui.fullname" . }}-ssn-yml
-              defaultMode: 0644
+      volumes:
+        - name: ssn-yml
+          configMap:
+            name: {{ include "dlab-ui.fullname" . }}-ssn-yml
+            defaultMode: 0644
       {{- with .Values.nodeSelector }}
       nodeSelector:
         {{- toYaml . | nindent 8 }}


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