:wave: Hello, I’m trying to get the Helm chart wor...
# fleet
i
👋 Hello, I’m trying to get the Helm chart working (using
3.7.1
) and it seems that when envvars are specified using the
FLEET_
prefix (as opposed to
KOLIDE_
) nothing works and default values are used. Modifying the chart to use
KOLIDE_
fixes the issue, but I’d rather not deploy something new with deprecated configuration 😉 https://github.com/fleetdm/fleet/pull/301 seems to be the PR that made this change, so I’m wondering if perhaps the change to use
FLEET_
prefix is still forthcoming (and the chart was updated ahead of time)? Thanks!
n
Hi @Ian Muscat. You’re correct in that the change to use
FLEET_
prefix is still coming because the change hasn’t made it into an official release of Fleet. As you’ve discovered, the Helm chart included in the 3.7.1 release includes the
KOLIDE_
prefixes and works. The release of Fleet 3.8.0 is scheduled for this week and will include the updated
FLEET_
prefix.
i
Super! That makes sense, thank you 🙏
🍻 1