Skip to content

Commit

Permalink
Set useGOMEMLIMIT to true for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mx-psi committed Oct 17, 2023
1 parent a2633ba commit 0dd25b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/ci-deploy-staging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install_collector() {

# if repo already exists, helm 3+ will skip
helm --debug repo add open-telemetry https://open-telemetry.github.io/opentelemetry-helm-charts

helm list --all-namespaces
# --install will run `helm install` if not already present.
helm --debug upgrade "${release_name}" -n "${namespace}" open-telemetry/opentelemetry-collector --install \
-f ./ci/values.yaml \
Expand Down
1 change: 1 addition & 0 deletions ci/values-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ nodeSelector:
presets:
logsCollection:
enabled: false
useGOMEMLIMIT: true

0 comments on commit 0dd25b5

Please sign in to comment.