Open-source platform for IT, security, and infrastructure teams. (Linux, macOS, Chrome, Windows, cloud, data center)
3.1k
stars
427
forks
source link
fleet-gitops flow is broken for free users (and some premium users) #23050
Open
getvictor opened 2 weeks ago
I tried following the flow from https://github.com/fleetdm/fleet-gitops using a non-premium Fleet deploy on Render, and hit these issues:
./teams
directory or files in the./teams
directory--delete-other-teams
switch does not work for free users -- it should be ignored for non-premium usersQA Testplan
The fix for
./teams
has already been merged to fleet-gitops repo. @getvictor tested it in a cloned repo: https://github.com/getvictor/fleet-gitopsFor
--delete-other-teams
, run gitops on a free server with that switch, likefleetctl gitops -f default.yml --delete-other-teams
TODO after release
--delete-other-teams
workaround in fleet-gitops README and workflow file.