provider.tf 74 B

12345
  1. provider "helm" {
  2. kubernetes {
  3. config_path = "~/.kube/config"
  4. }
  5. }