mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-16 16:21:11 +01:00
* 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"))
|
|
}
|
|
}
|