mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Remove stray Fleet Maintained App manifest location overrides (#29943)
By default, we shouldn't override FMA manifest locations, and these
overrides pinned manifests to a specific, outdated commit. Stray lines
added in 1353b9cbc4, merged as part of
#20974.
This commit is contained in:
parent
b86243e4c5
commit
61f342ee73
1 changed files with 0 additions and 2 deletions
|
|
@ -59,7 +59,6 @@ services:
|
|||
# This can be configured for testing purposes but otherwise uses the
|
||||
# typical default of provided.
|
||||
FLEET_OSQUERY_HOST_IDENTIFIER: ${FLEET_OSQUERY_HOST_IDENTIFIER:-provided}
|
||||
FLEET_DEV_MAINTAINED_APPS_BASE_URL: https://raw.githubusercontent.com/fleetdm/fleet/512cb66b456d8f5c3203a5c125d1b293dc628eaf/ee/maintained-apps/outputs
|
||||
depends_on:
|
||||
- mysql01
|
||||
- redis01
|
||||
|
|
@ -109,7 +108,6 @@ services:
|
|||
# This can be configured for testing purposes but otherwise uses the
|
||||
# typical default of provided.
|
||||
FLEET_OSQUERY_HOST_IDENTIFIER: ${FLEET_OSQUERY_HOST_IDENTIFIER:-provided}
|
||||
FLEET_DEV_MAINTAINED_APPS_BASE_URL: https://raw.githubusercontent.com/fleetdm/fleet/512cb66b456d8f5c3203a5c125d1b293dc628eaf/ee/maintained-apps/outputs
|
||||
depends_on:
|
||||
- mysql01
|
||||
- redis01
|
||||
|
|
|
|||
Loading…
Reference in a new issue