Skip to content

Commit

Permalink
Merge pull request #13 from aws-observability/update-addon-version
Browse files Browse the repository at this point in the history
Update enable-app-signal script to use the latest addon
  • Loading branch information
harrryr authored Mar 6, 2024
2 parents 3b0ef42 + 442d9e8 commit 08134ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/eks/appsignals/enable-app-signals.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ if [[ "${result}" == *"No addon: "* ]]; then
aws eks create-addon \
--cluster-name ${CLUSTER_NAME} \
--addon-name amazon-cloudwatch-observability \
--addon-version v1.2.0-eksbuild.1 \
--region ${REGION}
# wait until the amazon-cloudwatch-observability add-on is active
# Fetch the initial status
Expand Down

0 comments on commit 08134ae

Please sign in to comment.