diff --git a/ci/scripts/ci-deploy-demo.sh b/ci/scripts/ci-deploy-demo.sh index 4ac86cd6ab18..934ab9b30591 100644 --- a/ci/scripts/ci-deploy-demo.sh +++ b/ci/scripts/ci-deploy-demo.sh @@ -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 diff --git a/ci/scripts/ci-deploy-staging.sh b/ci/scripts/ci-deploy-staging.sh index de6e62739304..ab6e792004e1 100644 --- a/ci/scripts/ci-deploy-staging.sh +++ b/ci/scripts/ci-deploy-staging.sh @@ -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}" \