Skip to content

Commit bec4398

Browse files
committed
fix syntax
1 parent 6d35522 commit bec4398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/scripts/ci-deploy-demo-staging.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ install_demo() {
2929
--set-string default.image.repository=${REGISTRY}"
3030

3131
# REPLACEMENTS
32-
if [ -n "$nodegroup" ]; then
32+
if [ -n "$nodeGroup" ]; then
3333
sed -i "s/PLACEHOLDER_NODE_GROUP/$nodeGroup/g" ./src/zookeeperservice/${zookeeper_deployment}
3434
sed -i "s/PLACEHOLDER_NODE_GROUP/$nodeGroup/g" ./src/orderproducerservice/${orderproducer_deployment}
35-
helm_cmd+=" --set default.schedulingRules.nodeSelector.\"alpha\\.eksctl\\.io/nodegroup-name\"=${nodegroup}"
35+
helm_cmd+=" --set default.schedulingRules.nodeSelector.\"alpha\\.eksctl\\.io/nodegroup-name\"=${nodeGroup}"
3636
fi
3737
if [ -n "$values" ]; then
3838
helm_cmd+=" -f $values"

0 commit comments

Comments
 (0)