You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by my...@apache.org on 2020/10/15 12:09:50 UTC

[incubator-datalab] 02/02: [DLAB-2102]: Tiller version added

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

mykolabodnar pushed a commit to branch DATALAB-2102
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 8a2a03f6ddbe4ec3224bcc33243b8ee3acf129cf
Author: bodnarmykola <bo...@gmail.com>
AuthorDate: Thu Oct 15 15:09:07 2020 +0300

    [DLAB-2102]: Tiller version added
---
 .../terraform/gcp/ssn-gke/main/modules/helm_charts/main.tf            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/main.tf b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/main.tf
index b3df7d1..e52fb06 100644
--- a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/main.tf
+++ b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/main.tf
@@ -36,13 +36,13 @@ provider "helm" {
     client_key             = base64decode(data.google_container_cluster.ssn_k8s_gke_cluster.master_auth.0.client_key)
     cluster_ca_certificate = base64decode(data.google_container_cluster.ssn_k8s_gke_cluster.master_auth.0.cluster_ca_certificate)
   }
-  debug   = true
-  version = "~> 0.10"
+  version         = "~> 0.10.5"
   install_tiller = true
   service_account = kubernetes_service_account.tiller_sa.metadata.0.name
 }
 
 provider "kubernetes" {
+  load_config_file = false
   host = data.google_container_cluster.ssn_k8s_gke_cluster.endpoint
 
   client_certificate     = base64decode(data.google_container_cluster.ssn_k8s_gke_cluster.master_auth.0.client_certificate)


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