Skip to content

Commit

Permalink
Merge pull request #58 from jungopro:pr
Browse files Browse the repository at this point in the history
added home param to helm provider due to hashicorp/terraform-provider-helm#319 (comment)
  • Loading branch information
jungopro authored Nov 30, 2019
2 parents 55cb91f + 5a147fc commit 9813763
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,13 @@

azure.tfvars
*.plan
backend.*
backend.*
.helm/cache/archive/captainkube-v0.4.0.tgz
.helm/cache/archive/nodebrady-v0.3.0.tgz
.helm/cache/archive/parrot-v0.3.0.tgz
.helm/cache/archive/phippy-v0.3.0.tgz
.helm/repository/repositories.yaml
.helm/repository/cache/jungo-index.yaml
.helm/repository/cache/local-index.yaml
.helm/repository/cache/stable-index.yaml
.helm/repository/local/index.yaml
1 change: 1 addition & 0 deletions init.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ provider "helm" {
namespace = "kube-system"
service_account = kubernetes_service_account.tiller_sa.metadata.0.name
install_tiller = true
home = "${abspath(path.root)}/.helm"

kubernetes {
host = azurerm_kubernetes_cluster.aks.kube_config.0.host
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ data "helm_repository" "repo" {
name = "jungo"
url = "https://jungo.azurecr.io/helm/v1/repo"
username = "jungo"
password = "hGcwoyo0HHxZzuKZ47z1l9HbF=IKMb25"
password = "dWJkdePnJyeirp1Sj4RsV9svtOZ=xH=y"
}

### Define Parrot additional values to be passed as inputs to the chart
Expand Down

0 comments on commit 9813763

Please sign in to comment.