mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-12 08:06:59 +02:00
* license: update headers to IBM Corp. * `make proto` * update offset because source file changed Signed-off-by: Ryan Cragun <me@ryan.ec> Co-authored-by: Ryan Cragun <me@ryan.ec>
39 lines
622 B
HCL
39 lines
622 B
HCL
// Copyright IBM Corp. 2016, 2025
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
sample "ce_default_linux_amd64_ent_docker" {
|
|
subset "k8s" {
|
|
matrix {
|
|
repo = ["docker", "ecr"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
}
|
|
|
|
sample "ce_default_linux_arm64_ce_docker" {
|
|
subset "k8s" {
|
|
matrix {
|
|
repo = ["docker", "ecr"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
}
|
|
|
|
sample "ce_ubi_linux_amd64_ce_redhat" {
|
|
subset "k8s" {
|
|
matrix {
|
|
repo = ["quay"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
}
|
|
|
|
sample "ce_ubi_linux_arm64_ce_redhat" {
|
|
subset "k8s" {
|
|
matrix {
|
|
repo = ["quay"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
}
|