Skip to content

Commit 34236b6

Browse files
authored
Enable helm pre-release test in TC (#1197)
Test helm provider with the latest change before release.
1 parent bc9c942 commit 34236b6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

kubernetes/test-infra/external-providers/.terraformrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
provider_installation {
22
filesystem_mirror {
33
path = "/tmp/.terraform.d"
4-
include = ["localhost/test/kubernetes"]
4+
include = [
5+
"localhost/test/kubernetes",
6+
"localhost/test/helm",
7+
]
58
}
69
direct {
710
include = ["registry.terraform.io/*/*"]

0 commit comments

Comments
 (0)