mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: switch default AWS zone to eu-central-1c
This commit is contained in:
parent
67be4016f5
commit
77d921824e
@ -89,7 +89,7 @@ runs:
|
||||
|
||||
yq eval -i \
|
||||
"(.provider | select(. | has(\"aws\")).aws.region) = \"eu-central-1\" |
|
||||
(.provider | select(. | has(\"aws\")).aws.zone) = \"eu-central-1a\" |
|
||||
(.provider | select(. | has(\"aws\")).aws.zone) = \"eu-central-1c\" |
|
||||
(.provider | select(. | has(\"aws\")).aws.iamProfileControlPlane) = \"e2e_test_control_plane_instance_profile\" |
|
||||
(.provider | select(. | has(\"aws\")).aws.iamProfileWorkerNodes) = \"e2e_test_worker_node_instance_profile\"" \
|
||||
constellation-conf.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user