[QT-523] Remove copyright/license header from raft config used in the Docker/K8S integration test (#19584)
This commit is contained in:
parent
943678e359
commit
8de15e4827
|
@ -10,5 +10,6 @@ project {
|
||||||
header_ignore = [
|
header_ignore = [
|
||||||
"builtin/credential/aws/pkcs7/**",
|
"builtin/credential/aws/pkcs7/**",
|
||||||
"ui/node_modules/**",
|
"ui/node_modules/**",
|
||||||
|
"enos/modules/k8s_deploy_vault/raft-config.hcl",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: MPL-2.0
|
|
||||||
|
|
||||||
ui = true
|
ui = true
|
||||||
listener "tcp" {
|
listener "tcp" {
|
||||||
address = "[::]:8200"
|
address = "[::]:8200"
|
||||||
|
|
Loading…
Reference in New Issue