Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/gitops-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
description: 'The working directory, which should be the root of the fleet-gitops repository.'
default: './'
dry-run-only:
description: 'Whether to only run the fleetctl gitops commands in dry-run mode.'
description: 'Whether to only run the fleetctl gitops commands in dry-run mode, or a wet run mode.'
default: 'false'
delete-other-fleets:
description: 'Whether to delete other fleets in Fleet which are not part of the gitops config.'
Expand Down
7 changes: 6 additions & 1 deletion default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ reports:
agent_options:
controls:
org_settings:
fleet_desktop:
transparency_url: https://catoftheday.com
host_expiry_settings:
host_expiry_enabled: true
host_expiry_window: 30
server_settings:
server_url: $FLEET_URL
org_info:
org_name: Fleet
org_name: Chicago Hackers GmbH
secrets:
- secret: "$FLEET_GLOBAL_ENROLL_SECRET"
Loading