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

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


The following commit(s) were added to refs/heads/DLAB-1086 by this push:
     new 47a2945  fixed typo
47a2945 is described below

commit 47a2945232fd20fb39c1e7f689039d10738b44d4
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Wed Sep 11 16:55:27 2019 +0300

    fixed typo
---
 .../terraform/gcp/ssn-gke/main/outputs.tf              | 18 ++++++++++++++++++
 services/self-service/Dockerfile_gcp                   |  4 ++--
 2 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/outputs.tf 
b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/outputs.tf
index 39191b2..6c2b31d 100644
--- a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/outputs.tf
+++ b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/outputs.tf
@@ -19,3 +19,21 @@
 #
 # 
******************************************************************************
 
+output "k8s_gke_endpoint" {
+  value = module.gke_cluster.k8s_gke_endpoint
+}
+
+output "k8s_gke_client_access_token" {
+  value = module.gke_cluster.k8s_gke_client_access_token
+}
+
+output "k8s_gke_clinet_cert" {
+  value = module.gke_cluster.k8s_gke_clinet_cert
+}
+
+output "k8s_gke_client_key" {
+  value = module.gke_cluster.k8s_gke_client_key
+}
+
+output "k8s_gke_cluster_ca" {
+  value = module.gke_cluster.k8s_gke_cluster_ca
\ No newline at end of file
diff --git a/services/self-service/Dockerfile_gcp 
b/services/self-service/Dockerfile_gcp
index 649b2f3..8d56dfb 100644
--- a/services/self-service/Dockerfile_gcp
+++ b/services/self-service/Dockerfile_gcp
@@ -26,6 +26,6 @@ USER root
 
 COPY self-service-2.1.jar /root/
 COPY entrypoint_aws.sh /
-RUN chmod 755 /entrypoint_aws.sh
+RUN chmod 755 /entrypoint_gcp.sh
 
-ENTRYPOINT ["/entrypoint_aws.sh"]
+ENTRYPOINT ["/entrypoint_gcp.sh"]


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

Reply via email to