Skip to content

Commit

Permalink
ci: set STACKIT node group zone
Browse files Browse the repository at this point in the history
  • Loading branch information
msanft committed Oct 22, 2024
1 parent f50c847 commit 0b092a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/constellation_iam_create/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,4 @@ runs:
run: |
yq eval -i "(.provider.openstack.stackitProjectID) = \"4353b88f06554808bc53e4ad70f530df\"" constellation-conf.yaml
yq eval -i "(.provider.openstack.availabilityZone) = \"${{ inputs.stackitZone }}\"" constellation-conf.yaml
yq eval -i "(.nodeGroups.[].availabilityZone) = \"${{ inputs.stackitZone }}\"" constellation-conf.yaml

0 comments on commit 0b092a8

Please sign in to comment.