mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
* Fix licensing on various files * Update packaging to use BUSL-1.1 * Update offset within config_test_helpers.go - Fix a test the same way it's been fixed on main/1.15
11 lines
209 B
HCL
11 lines
209 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
provider "enos" "default" {}
|
|
|
|
provider "helm" "default" {
|
|
kubernetes {
|
|
config_path = abspath(joinpath(path.root, "kubeconfig"))
|
|
}
|
|
}
|