Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mackjmr committed Jan 29, 2024
1 parent e743757 commit 50c3f59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/scripts/ci-deploy-staging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ install_collector() {
-f ./ci/values.yaml \
--set-string image.tag="otelcolcontrib-v$CI_COMMIT_SHORT_SHA" \
--set-string image.repository="601427279990.dkr.ecr.us-east-1.amazonaws.com/otel-collector-contrib" \
--set clusterRole.name="${clusterRole}" \
--set clusterRole.clusterRoleBinding.name="${clusterRole}"
# --set nodeSelector.alpha\\.eksctl\\.io/nodegroup-name="${nodegroup}" \
# --set mode="${mode}" \
# --set replicaCount="${replicaCount}" \
--set clusterRole.name="${clusterRole}" \
--set clusterRole.clusterRoleBinding.name="${clusterRole}"


# only deploy otlp col for otel-ds-gateway
if [ "$namespace" == "otel-ds-gateway" ]; then
Expand Down

0 comments on commit 50c3f59

Please sign in to comment.