Skip to content

Commit

Permalink
Lets remove this space
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsakalozos committed Apr 12, 2024
1 parent 6f78a32 commit 86bb804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/microk8s/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function juju::deploy::overlay
local constraints
constraints="cores=8 mem=16G root-disk=80G arch=${ARCH}"
if [ "${ARCH}" == "amd64" ] && [ "${CHANNEL}" == "stable" ]; then
constraints=" instance-type=g3s.xlarge root-disk=80G arch=${ARCH}"
constraints="instance-type=g3s.xlarge root-disk=80G arch=${ARCH}"
fi

cat << EOF > $JUJU_DEPLOY_BUNDLE
Expand Down

0 comments on commit 86bb804

Please sign in to comment.