Skip to content

Commit

Permalink
Leave helm provider
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Jul 18, 2024
1 parent ebd8b3d commit d60047a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev/stacks/dpe-sandbox-k8s-deployments/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ provider "kubernetes" {
cluster_ca_certificate = base64decode(data.aws_eks_cluster.cluster.certificate_authority[0].data)
token = data.aws_eks_cluster_auth.cluster.token
}

provider "helm" {
kubernetes {
config_path = var.kube_config_path
}
}

0 comments on commit d60047a

Please sign in to comment.