open-vault/enos/k8s/enos-providers-k8s.hcl
Mike Baum b4da17a01c
Add an enos scenario to test vault docker images using k8s/kind/helm (#17515)
* Added a scenario to test docker artifacts using the vault helm chart and a kind cluster
* Addedt enos-k8s github workflow
2022-10-19 14:26:31 -04:00

8 lines
140 B
HCL

provider "enos" "default" {}
provider "helm" "default" {
kubernetes {
config_path = abspath(joinpath(path.root, "kubeconfig"))
}
}