Skip to content

Commit

Permalink
Emojis back on Dogfood team names. Need to rename in UI before mergin…
Browse files Browse the repository at this point in the history
…g. (#17605)

Emojis are back on Dogfood team names. Need to rename the teams in UI
before merging. Otherwise, GitOps will simply create new teams.

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
  • Loading branch information
getvictor and noahtalerman authored Mar 19, 2024
1 parent 759003e commit 9ae36d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dogfood-gitops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
FLEET_GITOPS_DIR: ${{ github.workspace }}/it-and-security
FLEET_URL: https://dogfood.fleetdm.com
FLEET_API_TOKEN: ${{ secrets.DOGFOOD_API_TOKEN }}
DOGFOOD_APPLE_BM_DEFAULT_TEAM: Workstations
DOGFOOD_APPLE_BM_DEFAULT_TEAM: "💻Workstations"
DOGFOOD_MACOS_MIGRATION_WEBHOOK_URL: ${{ secrets.DOGFOOD_MACOS_MIGRATION_WEBHOOK_URL }}
DOGFOOD_GLOBAL_ENROLL_SECRET: ${{ secrets.DOGFOOD_GLOBAL_ENROLL_SECRET }}
DOGFOOD_SSO_ISSUER_URI: ${{ secrets.DOGFOOD_SSO_ISSUER_URI }}
Expand Down
2 changes: 1 addition & 1 deletion it-and-security/teams/servers-canary.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Servers (canary)"
name: "☁️🐣Servers (canary)"
team_settings:
features:
enable_host_users: false
Expand Down
2 changes: 1 addition & 1 deletion it-and-security/teams/servers.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Servers"
name: "☁️Servers"
team_settings:
features:
enable_host_users: true
Expand Down
2 changes: 1 addition & 1 deletion it-and-security/teams/workstations-canary.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Workstations (canary)"
name: "💻🐣Workstations (canary)"
team_settings:
features:
enable_host_users: true
Expand Down

0 comments on commit 9ae36d9

Please sign in to comment.