Skip to content

Commit

Permalink
change tmpfs path to correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
sotojn committed Dec 12, 2024
1 parent 22cafad commit 5bb6a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scripts/src/helpers/test-runner/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const services: Readonly<Record<Service, Readonly<DockerRunOptions>>> = {
name: `${config.TEST_NAMESPACE}_${config.OPENSEARCH_NAME}`,
ports: [`${config.OPENSEARCH_PORT}:${config.OPENSEARCH_PORT}`],
tmpfs: config.SERVICES_USE_TMPFS
? ['/usr/share/elasticsearch/data']
? ['/usr/share/opensearch/data']
: undefined,
env: {
ES_JAVA_OPTS: config.SERVICE_HEAP_OPTS,
Expand Down

0 comments on commit 5bb6a07

Please sign in to comment.