mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-24 06:54:57 -04:00
test
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
908d9c5d3f
commit
cfe604aebe
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ CP_SELECTOR="module.instance_group_control_plane"
|
||||||
W_SELECTOR="module.instance_group_worker_nodes"
|
W_SELECTOR="module.instance_group_worker_nodes"
|
||||||
if [[ $(./constellation version) != *"2.8.0"* ]]; then
|
if [[ $(./constellation version) != *"2.8.0"* ]]; then
|
||||||
echo "Constellation version is not 2.8.0, using updated ASG selectors"
|
echo "Constellation version is not 2.8.0, using updated ASG selectors"
|
||||||
CP_SELECTOR="module.instance_group[\"control_plane_default\"]"
|
CP_SELECTOR='module.instance_group["control_plane_default"]'
|
||||||
W_SELECTOR="module.instance_group[\"worker_default\"]"
|
W_SELECTOR='module.instance_group["worker_default"]'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pushd constellation-terraform
|
pushd constellation-terraform
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue