b4da17a01c
* Added a scenario to test docker artifacts using the vault helm chart and a kind cluster * Addedt enos-k8s github workflow
8 lines
140 B
HCL
8 lines
140 B
HCL
provider "enos" "default" {}
|
|
|
|
provider "helm" "default" {
|
|
kubernetes {
|
|
config_path = abspath(joinpath(path.root, "kubeconfig"))
|
|
}
|
|
}
|