Skip to content

Commit

Permalink
add kube and helm to generated providers
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Aug 1, 2024
1 parent 22dbef4 commit baa8b6f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lab/us-gov-east-1/vpc/_mcmCluster/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ provider "aws" {
allowed_account_ids = ["${local.account_id}"]
}
provider "kubernetes" {
config_path = "~/.kube/config"
}
provider "helm" {
kubernetes {
config_path = "~/.kube/config"
}
}
EOF
}

Expand Down

0 comments on commit baa8b6f

Please sign in to comment.