Skip to content

Commit d073520

Browse files
ZENKO-4527: disable mongosh telemtry when starting mongo
1 parent bae9b6c commit d073520

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

solution-base/mongodb/charts/mongodb-sharded/templates/replicaset-entrypoint-configmap.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ data:
2727
{{- end }}
2828
fi
2929
30+
# Disable MongoSH telemtry to support offline deployments
31+
mongosh --nodb --eval "disableTelemetry()"
32+
3033
exec /entrypoint.sh /run.sh

0 commit comments

Comments
 (0)