fleet-gitops flow is broken for free users (and some premium users) #23050
Labels
~backend
Backend-related issue.
~dogfood
Issue resulted from Fleet's product dogfooding.
#g-mdm
MDM product group
~gitops
Related to functionality that enables automation of Fleet via userland git repo(s).
:release
Ready to write code. Scheduled in a release. See "Making changes" in handbook.
~released bug
This bug was found in a stable release.
Milestone
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. Tracked by Delete the --delete-other-teams workaround in fleet-gitops README and workflow file #23609The text was updated successfully, but these errors were encountered: