Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mackjmr committed Jul 1, 2024
1 parent 9863106 commit 57f7031
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ci/scripts/ci-deploy-demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ set -x
install_collector() {
# Set the namespace and release name
release_name="opentelemetry-collector"
release_name_deployment="opentelemetry-collector-deployment"
namespace="otel"

# if repo already exists, helm 3+ will skip
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/ci-deploy-staging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install_collector() {
-f ./ci/values.yaml \
--set-string image.tag="otelcolcontrib-v$CI_COMMIT_SHORT_SHA" \
--set clusterRole.name="${clusterRole}" \
--set clusterRole.clusterRoleBinding.name="${clusterRole}"
--set clusterRole.clusterRoleBinding.name="${clusterRole}" \
--set-string image.repository="601427279990.dkr.ecr.us-east-1.amazonaws.com/otel-collector-contrib" \
--set nodeSelector.alpha\\.eksctl\\.io/nodegroup-name="${nodegroup}" \
--set mode="${mode}" \
Expand Down

0 comments on commit 57f7031

Please sign in to comment.