Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mackjmr committed Jul 2, 2024
1 parent a2caaa1 commit df4f914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/ci-deploy-staging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install_collector() {
--set replicaCount=${replicaCount}"

if [ -n "$nodegroup" ]; then
helm_cmd+=" --set nodeSelector.alpha\\.eksctl\\.io/nodegroup-name=${nodegroup}"
helm_cmd+="\ --set nodeSelector.alpha\\.eksctl\\.io/nodegroup-name=${nodegroup}"
fi

eval $helm_cmd
Expand Down

0 comments on commit df4f914

Please sign in to comment.