mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
test
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
908d9c5d3f
commit
cfe604aebe
@ -12,8 +12,8 @@ CP_SELECTOR="module.instance_group_control_plane"
|
||||
W_SELECTOR="module.instance_group_worker_nodes"
|
||||
if [[ $(./constellation version) != *"2.8.0"* ]]; then
|
||||
echo "Constellation version is not 2.8.0, using updated ASG selectors"
|
||||
CP_SELECTOR="module.instance_group[\"control_plane_default\"]"
|
||||
W_SELECTOR="module.instance_group[\"worker_default\"]"
|
||||
CP_SELECTOR='module.instance_group["control_plane_default"]'
|
||||
W_SELECTOR='module.instance_group["worker_default"]'
|
||||
fi
|
||||
|
||||
pushd constellation-terraform
|
||||
|
Loading…
Reference in New Issue
Block a user