mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Fix missing Kubernetes version for Terraform e2e test
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
90f3336c8e
commit
1271e95c0c
1
.github/actions/terraform_apply/action.yml
vendored
1
.github/actions/terraform_apply/action.yml
vendored
@ -83,6 +83,7 @@ runs:
|
||||
measurement_salt = random_bytes.measurement_salt.hex
|
||||
out_of_cluster_endpoint = "$(yq '.infrastructure.clusterEndpoint' constellation-state.yaml)"
|
||||
in_cluster_endpoint = "$(yq '.infrastructure.inClusterEndpoint' constellation-state.yaml)"
|
||||
kubernetes_version = "$(yq '.kubernetesVersion' constellation-conf.yaml)"
|
||||
azure = {
|
||||
count = "$(yq '.provider | keys | .[0]' constellation-conf.yaml)" == "azure" ? 1 : 0
|
||||
tenant_id = "$(yq '.provider.azure.tenant' constellation-conf.yaml)"
|
||||
|
Loading…
Reference in New Issue
Block a user