This is an automated email from the ASF dual-hosted git repository.
omartushevskyi pushed a commit to branch DLAB-1158
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/DLAB-1158 by this push:
new 05cdf19 added step-ca
05cdf19 is described below
commit 05cdf19ed30f620f84bf001011e8b0f3b72de99e
Author: Oleh Martushevskyi <[email protected]>
AuthorDate: Wed Dec 4 12:12:38 2019 +0200
added step-ca
---
.../terraform/gcp/ssn-gke/main/modules/helm_charts/main.tf | 5 +++++
1 file changed, 5 insertions(+)
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 45d7b9a..1129e5f 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
@@ -67,6 +67,11 @@ resource "kubernetes_role_binding" "example" {
}
subject {
kind = "ServiceAccount"
+ name = "default"
+ namespace = "kube-system"
+ }
+ subject {
+ kind = "ServiceAccount"
name = "tiller"
namespace = "kube-system"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]