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/12 13:04:05 UTC

[incubator-dlab] branch DLAB-terraform updated: 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 700e373  fixed typo
700e373 is described below

commit 700e3732120bc536f0feecbe884aa427a34743f9
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Fri Jul 12 16:03:55 2019 +0300

    fixed typo
---
 .../terraform/aws/modules/dlab-ui/dlab-ui-chart/templates/ingress.yaml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/terraform/aws/modules/dlab-ui/dlab-ui-chart/templates/ingress.yaml b/infrastructure-provisioning/terraform/aws/modules/dlab-ui/dlab-ui-chart/templates/ingress.yaml
index f9608a2..c5e02f4 100644
--- a/infrastructure-provisioning/terraform/aws/modules/dlab-ui/dlab-ui-chart/templates/ingress.yaml
+++ b/infrastructure-provisioning/terraform/aws/modules/dlab-ui/dlab-ui-chart/templates/ingress.yaml
@@ -18,7 +18,7 @@
 # under the License.
 #
 # ******************************************************************************
-{- if .Values.ingress.enabled -}}
+{{- if .Values.ingress.enabled -}}
 {{- $fullName := include "dlab-ui.fullname" . -}}
 apiVersion: extensions/v1beta1
 kind: Ingress


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