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/29 12:52:56 UTC

[incubator-dlab] branch DLAB-terraform updated: updated path to cacerts

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 da55b2c  updated path to cacerts
da55b2c is described below

commit da55b2ccfabbf292b00ddae34bbf25de886cbc95
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Mon Jul 29 15:52:48 2019 +0300

    updated path to cacerts
---
 .../ssn-helm-charts/main/dlab-ui-chart/templates/configmap-ui-conf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/dlab-ui-chart/templates/configmap-ui-conf.yaml b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/dlab-ui-chart/templates/configmap-ui-conf.yaml
index a4f43bb..5839dc3 100644
--- a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/dlab-ui-chart/templates/configmap-ui-conf.yaml
+++ b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/dlab-ui-chart/templates/configmap-ui-conf.yaml
@@ -31,7 +31,7 @@ data:
     <#assign KEYS_DIR="/root/keys">
     <#assign KEY_STORE_PATH="/root/keys/dlab.keystore.jks">
     <#assign KEY_STORE_PASSWORD="jhMDPlwgGb">
-    <#assign TRUST_STORE_PATH="/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/security/cacerts">
+    <#assign TRUST_STORE_PATH="/usr/lib/jvm/java-1.8-openjdk/jre/lib/security/cacerts">
     <#assign TRUST_STORE_PASSWORD="changeit">
 
     # Available options are aws, azure, gcp


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