mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-31 02:58:44 -04:00
ci: switch default AWS zone to eu-central-1c
This commit is contained in:
parent
67be4016f5
commit
77d921824e
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ runs:
|
||||||
|
|
||||||
yq eval -i \
|
yq eval -i \
|
||||||
"(.provider | select(. | has(\"aws\")).aws.region) = \"eu-central-1\" |
|
"(.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.iamProfileControlPlane) = \"e2e_test_control_plane_instance_profile\" |
|
||||||
(.provider | select(. | has(\"aws\")).aws.iamProfileWorkerNodes) = \"e2e_test_worker_node_instance_profile\"" \
|
(.provider | select(. | has(\"aws\")).aws.iamProfileWorkerNodes) = \"e2e_test_worker_node_instance_profile\"" \
|
||||||
constellation-conf.yaml
|
constellation-conf.yaml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue