Skip to content

Commit e34272e

Browse files
authored
Remove STATE_PATH from agent/fleet-server containers (#617)
In #329 a non-default STATE_PATH was set in the container environments to make the elastic-agent status command function. That does not appear to be necessary so let's remove it. Having this in our envionrment makes us operate our tests differently than how users deploy the software.
1 parent 50843c1 commit e34272e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/profile/_static/docker-compose-stack.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ services:
8181
- "KIBANA_FLEET_SETUP=1"
8282
- "KIBANA_FLEET_HOST=http://kibana:5601"
8383
- "FLEET_SERVER_HOST=0.0.0.0"
84-
- "STATE_PATH=/usr/share/elastic-agent"
8584
ports:
8685
- "127.0.0.1:8220:8220"
8786

@@ -105,7 +104,6 @@ services:
105104
- "FLEET_ENROLL=1"
106105
- "FLEET_INSECURE=1"
107106
- "FLEET_URL=http://fleet-server:8220"
108-
- "STATE_PATH=/usr/share/elastic-agent"
109107
volumes:
110108
- type: bind
111109
source: ../../../tmp/service_logs/

0 commit comments

Comments
 (0)