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 df4f914 commit 3a5e1f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions ci/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ config:
from_attribute: service_name
action: upsert
attributes/trace:
actions:
- key: mack.cluster.test
action: insert
value: juillet
Expand Down

0 comments on commit 3a5e1f2

Please sign in to comment.