diff --git a/.github/workflows/dogfood-gitops.yml b/.github/workflows/dogfood-gitops.yml index 2699ee9884..e0b5312431 100644 --- a/.github/workflows/dogfood-gitops.yml +++ b/.github/workflows/dogfood-gitops.yml @@ -70,7 +70,6 @@ jobs: DOGFOOD_SERVERS_CANARY_ENROLL_SECRET: ${{ secrets.DOGFOOD_SERVERS_CANARY_ENROLL_SECRET }} DOGFOOD_EXPLORE_DATA_ENROLL_SECRET: ${{ secrets.DOGFOOD_EXPLORE_DATA_ENROLL_SECRET }} DOGFOOD_CALENDAR_API_KEY: ${{ secrets.DOGFOOD_CALENDAR_API_KEY }} - DOGFOOD_COMPLIANCE_EXCLUSIONS_ENROLL_SECRET: ${{ secrets.DOGFOOD_COMPLIANCE_EXCLUSIONS_ENROLL_SECRET }} DOGFOOD_COMPANY_OWNED_IPHONES_ENROLL_SECRET: ${{ secrets.DOGFOOD_COMPANY_OWNED_IPHONES_ENROLL_SECRET }} DOGFOOD_COMPANY_OWNED_IPADS_ENROLL_SECRET: ${{ secrets.DOGFOOD_COMPANY_OWNED_IPADS_ENROLL_SECRET }} DOGFOOD_COMPANY_OWNED_MOBILE_DEVICES_ENROLL_SECRET: ${{ secrets.DOGFOOD_COMPANY_OWNED_MOBILE_DEVICES_ENROLL_SECRET }} diff --git a/articles/teams.md b/articles/teams.md index 1f3f1572ab..adf1f55eb4 100644 --- a/articles/teams.md +++ b/articles/teams.md @@ -20,7 +20,7 @@ Fleet's best practice teams: - `๐Ÿ’ป๐Ÿฃ Workstations (canary)`: IT team's test work computers. Sometimes, for demos or testing, includes end user's work computers. Used for [dogfooding](https://en.wikipedia.org/wiki/Eating_your_own_dog_food) a new workflow or feature that may or may not be rolled out to the "Workstations" team. - `โ˜๏ธ Servers`: Security team's production servers. - `โ˜๏ธ๐Ÿฃ Servers (canary)`: Security team's test servers. -- `Compliance exclusions`: All contributors' test work computers or virtual machines (VMs). Used for validating workflows for Fleet customers or reproducing bugs in the Fleet product. +- `๐Ÿงช Testing & QA`: All contributors' test work computers or virtual machines (VMs). Used for validating workflows for Fleet customers or reproducing bugs in the Fleet product. - `๐Ÿ“ฑ๐Ÿข Company-owned mobile devices`: iPhones and iPads purchased by the organization that enroll to Fleet automatically via Apple Business Manager. For example, iPhones used by iOS Engineers or conference room iPads. - `๐Ÿ“ฑ๐Ÿ” Personal mobile devices`: End users' personal Android devices or iPhones, like those enrolled through a BYOD program, that have access to company resources. diff --git a/docs/01-Using-Fleet/starter-library/starter-library.yml b/docs/01-Using-Fleet/starter-library/starter-library.yml index b8447433e4..93eaa2baec 100644 --- a/docs/01-Using-Fleet/starter-library/starter-library.yml +++ b/docs/01-Using-Fleet/starter-library/starter-library.yml @@ -42,7 +42,7 @@ apiVersion: v1 kind: team spec: team: - name: Compliance exclusions + name: ๐Ÿงช Testing & QA --- apiVersion: v1 kind: team