[GitOps] Error when using relative path in no-team.yml #25770
Labels
bug
Something isn't working as documented
customer-eponym
#g-mdm
MDM product group
:incoming
New issue in triage process.
: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
Fleetctl version: v4.62.0
💥 Actual behavior
With the following folder structure,
Profiles listed in test-team.yml are succesfully applied using a relative path:
But the same policy and path fails when applied to "no team":
The following error is returned:
When no-team.yml is removed and only the test-team.yml is present, with the same relative path, settings are applied correctly without error.
Providing a full path to the file in the runner environment is also successful:
🧑💻 Steps to reproduce
🕯️ More info (optional)
N/A
It appears as though we do not include setting profiles for "No team" in our testing workflows, as per @getvictor, any solution should include setting up testing to detect additional issues with no-team.
🛠️ To fix
Product designer: @marko-lisica
no-team.yml
file. It should work same way as in team files.The text was updated successfully, but these errors were encountered: