diff --git a/rancher/rancher-common/provider.tf b/rancher/rancher-common/provider.tf index d4c09a4..52ebe67 100644 --- a/rancher/rancher-common/provider.tf +++ b/rancher/rancher-common/provider.tf @@ -24,6 +24,8 @@ provider "helm" { kubernetes { config_path = local_file.kube_config_server_yaml.filename } + repository_config_path = "${path.module}/.helm/repositories.yaml" + repository_cache = "${path.module}/.helm" } # Rancher2 bootstrapping provider