Skip to content

Commit

Permalink
Remove load_config_file from Terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Feb 21, 2021
1 parent 44f1490 commit 49902c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/digitalocean/k8s.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ locals {

provider "helm" {
kubernetes {
load_config_file = false
host = digitalocean_kubernetes_cluster.upterm.endpoint
token = digitalocean_kubernetes_cluster.upterm.kube_config[0].token
cluster_ca_certificate = base64decode(digitalocean_kubernetes_cluster.upterm.kube_config[0].cluster_ca_certificate)
Expand Down

0 comments on commit 49902c8

Please sign in to comment.