Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
harrryr committed Mar 6, 2024
1 parent e5fbdb7 commit 24c8b5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/eks/appsignals/enable-app-signals.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ result=$(aws eks describe-addon --addon-name amazon-cloudwatch-observability --c
echo "${result}"

if [[ "${result}" == *"No addon: "* ]]; then
echo "Using the latest version"
echo "Installing amazon-cloudwatch-observability add-on"
aws eks create-addon \
--cluster-name ${CLUSTER_NAME} \
Expand Down

0 comments on commit 24c8b5b

Please sign in to comment.